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.
Zulip:Message:sendPrivate update updateFile sendStream get delete:Stream:create getAll getSubscribed update delete:user:getAll get update. Uses start, zulip, readBinaryFile. Manual trigger; 19 nodes.
EditImage:ALL. Uses start, editImage, readBinaryFile. Manual trigger; 14 nodes.
S3:Bucket:create getAll search:File:upload getAll download copy delete:Folder:create getAll delete. Uses start, s3, readBinaryFile. Manual trigger; 14 nodes.
ExecuteCommand. Uses start, executeCommand, readBinaryFile. Manual trigger; 6 nodes.