The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "19",
"name": "Snowflake CSV",
"tags": [],
"nodes": [
{
"id": "da710a80-484b-4fe3-80fa-e699bb6499ad",
"name": "When clicking \"Execute Workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"position": [
440,
380
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f419ebfb-9eae-4fea-b05b-aabc97b5f47f",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
640,
380
],
"parameters": {
"url": "https://n8niostorageaccount.blob.core.windows.net/n8nio-strapi-blobs-prod/assets/example_c0b48ce677.csv?updated_at=2023-05-30T10:36:21.820Z",
"options": {
"response": {
"response": {
"responseFormat": "file"
}
}
}
},
"typeVersion": 4.1
},
{
"id": "fe45e2a2-b50f-4459-a8ee-78615239dee0",
"name": "Spreadsheet File",
"type": "n8n-nodes-base.spreadsheetFile",
"position": [
820,
380
],
"parameters": {
"options": {}
},
"typeVersion": 1
},
{
"id": "54e31892-c8e1-423c-a24a-8e5eb1312b0a",
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
1000,
380
],
"parameters": {
"values": {
"number": [
{
"name": "first_name",
"value": "={{ $json.first_name }}"
},
{
"name": "id",
"value": "={{ $json.id }}"
}
],
"string": [
{
"name": "last_name",
"value": "={{ $json.last_name }}"
}
]
},
"options": {
"dotNotation": false
},
"keepOnlySet": true
},
"typeVersion": 2
},
{
"id": "c482d8e8-0792-4b61-a2e0-d437c9fe9062",
"name": "Snowflake",
"type": "n8n-nodes-base.snowflake",
"position": [
1200,
380
],
"parameters": {
"table": "users",
"columns": "id,first_name,last_name"
},
"credentials": {
"snowflake": {
"name": "<your credential>"
}
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"versionId": "a6348461-b174-4608-961f-d9d86730b573",
"connections": {
"Set": {
"main": [
[
{
"node": "Snowflake",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Spreadsheet File",
"type": "main",
"index": 0
}
]
]
},
"Spreadsheet File": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"When clicking \"Execute Workflow\"": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
snowflake
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Snowflake CSV. Uses manualTrigger, httpRequest, spreadsheetFile, snowflake. Event-driven trigger; 5 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Load Data Into Snowflake. Uses manualTrigger, httpRequest, spreadsheetFile, snowflake. Event-driven trigger; 5 nodes.
This workflow automatically downloads a CSV from the web, and parses it in a format that n8n can access. It then ensures that the data from the CSV is matched to the names of the columns in the databa
cdp_router. Uses gmailTrigger, telegramTrigger, googleSheets, httpRequest. Event-driven trigger; 53 nodes.
cdp_router. Uses gmailTrigger, telegramTrigger, googleSheets, httpRequest. Event-driven trigger; 53 nodes.
Working With Excel Spreadsheet Files Xls Xlsx. Uses stickyNote, readBinaryFile, manualTrigger, writeBinaryFile. Event-driven trigger; 24 nodes.