{
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Split Up Binary Data",
      "type": "n8n-nodes-base.function",
      "position": [
        900,
        300
      ],
      "parameters": {
        "functionCode": "let results = [];\n\nfor (item of items) {\n    for (key of Object.keys(item.binary)) {\n        results.push({\n            json: {\n                fileName: item.binary[key].fileName\n            },\n            binary: {\n                data: item.binary[key],\n            }\n        });\n    }\n}\n\nreturn results;"
      },
      "typeVersion": 1
    },
    {
      "name": "Download Example Data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        460,
        300
      ],
      "parameters": {
        "url": "https://static.thomasmartens.eu/n8n/three_more_files.zip",
        "options": {},
        "responseFormat": "file"
      },
      "typeVersion": 1
    },
    {
      "name": "Decompress Example Data",
      "type": "n8n-nodes-base.compression",
      "position": [
        680,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        420,
        120
      ],
      "parameters": {
        "width": 400,
        "height": 360,
        "content": "## \uc608\uc81c \ub370\uc774\ud130\n\uccab \ubc88\uc9f8 \ub450 \ub178\ub4dc\ub294 \uac04\ub2e8\ud788 \uc608\uc81c \ub370\uc774\ud130\ub97c \uac00\uc838\uc640 \uc791\uc5c5\ud560 \uc218 \uc788\uac8c \ud569\ub2c8\ub2e4.\n\n\uc2e4\uc81c \uc138\uacc4\uc5d0\uc11c, \ub2f9\uc2e0\uc740 \uc544\ub9c8\ub3c4 \ub4e4\uc5b4\uc624\ub294 \uc774\uba54\uc77c, \uc5c5\ub85c\ub4dc\ub41c FTP \ud30c\uc77c \ub610\ub294 \ube44\uc2b7\ud55c \uac83\uc744 \ub300\uc2e0 \ucc98\ub9ac\ud560 \uac83\uc785\ub2c8\ub2e4."
      },
      "typeVersion": 1
    },
    {
      "name": "Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        860,
        120
      ],
      "parameters": {
        "width": 320,
        "height": 360,
        "content": "## \ubcc0\ud658\n\uc5ec\uae30\uc11c \ub9c8\ubc95\uc774 \uc77c\uc5b4\ub098\ub294 \uacf3\uc785\ub2c8\ub2e4. \ub4e4\uc5b4\uc624\ub294 \ud30c\uc77c\ub4e4\uc740 \uac1c\ubcc4 \ud56d\ubaa9\uc73c\ub85c \ubd84\ud560\ub418\uba70, \uac01 \ud56d\ubaa9\uc740 `data` \ud0a4 \uc544\ub798\uc5d0 \ud558\ub098\uc758 \uc774\uc9c4 \ub370\uc774\ud130 \uac1d\uccb4\ub97c \uac00\uc9d1\ub2c8\ub2e4."
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Download Example Data": {
      "main": [
        [
          {
            "node": "Decompress Example Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Download Example Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Decompress Example Data": {
      "main": [
        [
          {
            "node": "Split Up Binary Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}