{
  "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": []
}