Community Contributed: Import CSV from URL to Google Sheets
detail.loadingPreview
Imports data from a CSV file hosted at a URL and uploads it to a Google Sheet.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of fetching a CSV file from a specified URL and then importing its data into a Google Sheets document. It includes steps for downloading the file, parsing it, adding a unique identifier, filtering data, and finally uploading it to the designated Google Sheet. This is useful for regularly updating spreadsheets with external data sources.
Key Features
- Downloads CSV files from a URL.
- Parses CSV data.
- Adds a unique key based on country code and year-week.
- Filters data to include only specific regions (DACH) and years (2023).
- Appends or updates data in a Google Sheet.
- Includes error handling and notes on API rate limits.
How To Use
- Set the
WEBHOOK_URLenvironment variable to the URL of your CSV file. - Configure the
Google Sheetscredentials. - Specify the target Google Sheet and sheet name in the
Upload to spreadsheetnode. - Adjust the filtering conditions in the
Keep only DACH in 2023node if needed. - Execute the workflow manually.
Apps Used
Workflow JSON
{
"id": "64ffc43a-7620-453f-a9c1-4fd19ade36da",
"name": "Community Contributed: Import CSV from URL to Google Sheets",
"nodes": 0,
"category": "Data Integration",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 64ffc43a-7620...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Retell Call Data Processing
Processes incoming call data from Retell webhooks and saves it to both Airtable and Google Sheets.
Icypeas Real-time Search Results Listener
Listen to Icypeas search results in real-time and process them.
Community Contributed: Import CSV to PostgreSQL
Automate the import of CSV files into a PostgreSQL database.
Streamline Data from n8n Form to Google Sheets, Airtable, and Email Notifications
Automate data collection from an n8n form, store it in Google Sheets and Airtable, and send email notifications.
Productboard to Snowflake Integration
Synchronize Productboard data (notes, companies, features) into Snowflake.
Community Contributed: XML to Google Sheets
This workflow downloads an XML file, parses its content, and writes the data to a Google Sheet.