Google Sheets node
+3

Import multiple CSV to Google Sheets

Published 5 months ago

Created by

n8n-team
n8n Team

Categories

Building Blocks

Template description

This workflow imports multiple CSV files and appends or updates them to a Google Sheets document.

Here's a step-by-step breakdown:

  1. When clicked "Execute Workflow", the process starts.
  2. The "Read Binary Files" node reads all the '.csv' files from the specified directory.
  3. The files are then split into batches (one file in a batch) by the "Split In Batches" node.
  4. For each file, the "Read CSV" node reads the data from the CSV file.
  5. The "Assign source file name" node assigns the source file name to the data.
  6. The data is then processed by the "Remove duplicates" node. This removes any duplicate entries based on the 'user_name' field.
  7. The "Keep only subscribers" node filters the data to keep only those entries where the 'subscribed' field is set to 'TRUE'.
  8. The data is then sorted by the 'date_subscribed' field using the "Sort by date" node.
  9. Finally, the processed data is appended or updated to a specified Google Sheets document using the "Upload to spreadsheet" node. It checks for the 'user_name' field, if the data corresponding to that 'user_name' already exists, it updates the data, otherwise appends the new data.

Share Template

Implement complex processes faster with n8n

red icon yellow icon red icon yellow icon