{
  "name": "Export JSON file to Google Sheets",
  "nodes": [
    {
      "id": null,
      "name": "Google Sheets1",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        980,
        -120
      ]
    },
    {
      "id": null,
      "name": "read json file",
      "type": "n8n-nodes-base.readBinaryFile",
      "position": [
        620,
        -120
      ]
    },
    {
      "id": null,
      "name": "move binary data 2",
      "type": "n8n-nodes-base.moveBinaryData",
      "position": [
        800,
        -120
      ]
    }
  ],
  "connections": {
    "read json file": {
      "main": [
        [
          {
            "node": "move binary data 2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "move binary data 2": {
      "main": [
        [
          {
            "node": "Google Sheets1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}