Hi everyone,
This is extremely urgent. I’m trying to set up an n8n workflow to download convert a csv file and create a new Google Spreadsheet and append the data from the csv to that spreadsheet. Sounds easy but I am really getting desperate over this.
Key Details:
- I’m using the Google Drive Trigger to fetch the file, and want to download that file as csv and then create a new spreadsheet for later use. The problem ist that I cant get it to properly format the data. The CSV file has “,” as delimiter.
My Workflow (Exported JSON):
Information on your n8n setup
- n8n version: 1.69.2
- Database (default: SQLite): QLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
- Running n8n via (Docker, npm, n8n cloud, desktop app): self-hosted in google cloud
- Operating system: Windows10