{
  "name": "Convert Venmo statement CSV file to QuickBooks CSV import",
  "nodes": [
    {
      "id": "ce569a2c-c02c-4917-ac2a-5762f5a75d13",
      "name": "Extract from File",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        320,
        0
      ]
    },
    {
      "id": "137ba5e3-f947-4a12-a59c-f286f61f6033",
      "name": "Convert to File",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        980,
        0
      ]
    },
    {
      "id": "c4c05bb0-db83-4459-829e-aa163e0c3d0f",
      "name": "Dropbox",
      "type": "n8n-nodes-base.dropbox",
      "position": [
        1420,
        0
      ]
    },
    {
      "id": "9714029a-bbe1-498e-afc1-d22f43106989",
      "name": "Generate File Name",
      "type": "n8n-nodes-base.code",
      "position": [
        540,
        0
      ]
    },
    {
      "id": "f32604cb-6116-4174-ab7c-bfff81817da1",
      "name": "Convert Venmo to QB",
      "type": "n8n-nodes-base.code",
      "position": [
        760,
        0
      ]
    },
    {
      "id": "2739bd35-d916-4aec-98a7-d458b1136de4",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        100,
        0
      ]
    },
    {
      "id": "fe679f92-da12-4878-aa9f-a7f03b549f58",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1200,
        0
      ]
    }
  ],
  "connections": {
    "Google Drive": {
      "main": [
        [
          {
            "node": "Dropbox",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to File": {
      "main": [
        [
          {
            "node": "Google Drive",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract from File": {
      "main": [
        [
          {
            "node": "Generate File Name",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate File Name": {
      "main": [
        [
          {
            "node": "Convert Venmo to QB",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Extract from File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert Venmo to QB": {
      "main": [
        [
          {
            "node": "Convert to File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}