- Automate the import of subscriber data from CSV files to Google Sheets.
- Maintain accurate and up-to-date records by removing duplicates.
- Filter and sort subscriber information based on specific criteria.
Trigger the workflow manually to start the process. Read multiple CSV files from a specified directory. Split the data into manageable batches for processing. Read and parse the CSV content for further manipulation. Remove duplicate entries based on user-defined fields. Filter the data to retain only active subscribers. Sort the filtered data by subscription date. Upload the cleaned and organized data to Google Sheets.
- 1Import the workflow template into your n8n instance.
- 2Manually trigger the workflow to initiate the process.
- 3Ensure the CSV files are placed in the specified directory.
- 4Configure Google Sheets credentials for data upload.