{
  "name": "Convert multiple binary files to base64 JSON arrays with no custom code",
  "nodes": [
    {
      "id": "ab159fb7-fa70-43e2-bcf2-fc9928d4e334",
      "name": "Start",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        272
      ]
    },
    {
      "id": "bf134357-6efe-45f8-a5c1-577fcd397902",
      "name": "Unzip Demo Website",
      "type": "n8n-nodes-base.compression",
      "position": [
        448,
        272
      ]
    },
    {
      "id": "36767516-08c4-43d0-b18d-83e58f833753",
      "name": "Download Demo Website",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        224,
        272
      ]
    },
    {
      "id": "71498fdd-2ea1-4e42-8554-5244be68acbc",
      "name": "Split Out Files",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        672,
        272
      ]
    },
    {
      "id": "011458d6-28a3-4a32-982a-2622eb85023d",
      "name": "Encode Files to Base64",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        896,
        272
      ]
    },
    {
      "id": "aa0ccbcc-a237-4107-b41f-413a8eece2b1",
      "name": "Add Path to Files",
      "type": "n8n-nodes-base.set",
      "position": [
        1120,
        272
      ]
    },
    {
      "id": "bae79c09-1977-4ed5-ac0f-5e668fbd62bf",
      "name": "Aggregate Output",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1344,
        272
      ]
    },
    {
      "id": "bd118a52-fe0c-4a9f-89fa-44871859e832",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -352
      ],
      "parameters": {
        "width": 1440,
        "height": 576,
        "content": "## No-Code: Convert Multiple Binary Files to Base64\n\n### Introduction\n\nThis template provides a robust, purely **no-code** solution for a common integration challenge: converting multiple binary files"
      }
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Download Demo Website",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out Files": {
      "main": [
        [
          {
            "node": "Encode Files to Base64",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Add Path to Files": {
      "main": [
        [
          {
            "node": "Aggregate Output",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Unzip Demo Website": {
      "main": [
        [
          {
            "node": "Split Out Files",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Demo Website": {
      "main": [
        [
          {
            "node": "Unzip Demo Website",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Encode Files to Base64": {
      "main": [
        [
          {
            "node": "Add Path to Files",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}