{
  "name": "Import data from Google Sheets into MySQL",
  "nodes": [
    {
      "id": null,
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        100,
        160
      ]
    },
    {
      "id": null,
      "name": "MySQL - insert",
      "type": "n8n-nodes-base.mySql",
      "position": [
        500,
        160
      ]
    },
    {
      "id": null,
      "name": "Google Sheets - read",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        300,
        160
      ]
    }
  ],
  "connections": {
    "Cron": {
      "main": [
        [
          {
            "node": "Google Sheets - read",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets - read": {
      "main": [
        [
          {
            "node": "MySQL - insert",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}