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