8
n8n 中文网amn8n.com

将 Venmo CSV 文件转换为 Quickbooks Dropbox

中级

这是一个Finance领域的自动化工作流,包含 7 个节点。主要使用 Code, Dropbox, FormTrigger, GoogleDrive, ConvertToFile 等节点。 将Venmo对账单CSV文件转换为QuickBooks CSV导入格式

前置要求
  • Google Drive API 凭证

分类

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "GFl0zw9bVxSpj5cp",
  "meta": {
    "instanceId": "164014b8cab9573390414e9f0579f2476d40e20fec470a9a0b02c8b0e0a60c48",
    "templateCredsSetupCompleted": true
  },
  "name": "将 Venmo CSV 文件转换为 Quickbooks Dropbox",
  "tags": [],
  "nodes": [
    {
      "id": "ce569a2c-c02c-4917-ac2a-5762f5a75d13",
      "name": "从文件提取",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        320,
        0
      ],
      "parameters": {},
      "typeVersion": 1,
      "alwaysOutputData": true
    },
    {
      "id": "137ba5e3-f947-4a12-a59c-f286f61f6033",
      "name": "转换为文件",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        980,
        0
      ],
      "parameters": {},
      "notesInFlow": false,
      "typeVersion": 1.1
    },
    {
      "id": "c4c05bb0-db83-4459-829e-aa163e0c3d0f",
      "name": "Dropbox",
      "type": "n8n-nodes-base.dropbox",
      "disabled": true,
      "position": [
        1420,
        0
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 1
    },
    {
      "id": "9714029a-bbe1-498e-afc1-d22f43106989",
      "name": "生成文件名",
      "type": "n8n-nodes-base.code",
      "position": [
        540,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "f32604cb-6116-4174-ab7c-bfff81817da1",
      "name": "将 Venmo 转换为 QB",
      "type": "n8n-nodes-base.code",
      "position": [
        760,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "2739bd35-d916-4aec-98a7-d458b1136de4",
      "name": "表单提交时",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        100,
        0
      ],
      "webhookId": "a96a3bb6-c7e1-4287-8899-d7137a9b690d",
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "fe679f92-da12-4878-aa9f-a7f03b549f58",
      "name": "Google Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1200,
        0
      ],
      "parameters": {},
      "typeVersion": 3
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "50b72f33-941b-4844-b836-181951ecc2ce",
  "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
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 财务

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量7
分类1
节点类型6
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

外部链接
在 n8n.io 查看

分享此工作流