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 →
{
"name": "import create with file",
"nodes": [
{
"parameters": {
"filePath": "<YOUR_CSV_ABSOLUTE_PATH>",
"binaryPropertyName": "data"
},
"type": "n8n-nodes-base.readBinaryFile",
"typeVersion": 1,
"position": [
0,
40
],
"id": "11111111-1111-1111-1111-111111111111",
"name": "Read Binary File"
},
{
"parameters": {
"operation": "create",
"type": 0,
"delimiter": ",",
"binaryPropertyName": "data",
"resource": "import"
},
"type": "@packitoo/n8n-nodes-hipe.hipe",
"typeVersion": 1,
"position": [
260,
40
],
"id": "22222222-2222-2222-2222-222222222222",
"name": "Create Import"
}
],
"connections": {
"Read Binary File": {
"main": [
[
{
"node": "Create Import",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "c0ffee00-0000-0000-0000-000000000001",
"id": "ImportCreateFlow001",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
import create with file. Uses readBinaryFile, @packitoo/n8n-nodes-hipe. Manual trigger; 2 nodes.
Source: https://github.com/Packitoo/n8n-nodes-hipe/blob/0c130b21efa475ef187cfb92b739cf20b31579ea/examples/manage_imports_create.json — 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.
NextCloud:NextCloud:Folder:create move copy delete list:File:upload move copy download delete. Uses start, nextCloud, readBinaryFile. Manual trigger; 28 nodes.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.