{
  "name": "Insert Excel data to Postgres",
  "nodes": [
    {
      "id": null,
      "name": "Read Binary File",
      "type": "n8n-nodes-base.readBinaryFile",
      "position": [
        450,
        650
      ]
    },
    {
      "id": null,
      "name": "Spreadsheet File1",
      "type": "n8n-nodes-base.spreadsheetFile",
      "position": [
        600,
        650
      ]
    },
    {
      "id": null,
      "name": "Insert Rows1",
      "type": "n8n-nodes-base.postgres",
      "position": [
        750,
        650
      ]
    }
  ],
  "connections": {
    "Read Binary File": {
      "main": [
        [
          {
            "node": "Spreadsheet File1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Spreadsheet File1": {
      "main": [
        [
          {
            "node": "Insert Rows1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}