Skip to content

Split Out 节点#

使用 Split Out 节点将包含列表的单个数据项分离为多个项。例如,客户列表,您希望拆分它们,以便每个客户都有一个项目。

节点参数#

使用以下参数配置此节点。

Field to Split Out 要拆分的字段#

输入包含您要分离为单个项目的列表的字段。

如果您正在处理二进制数据输入,请在表达式中使用 $binary 来设置要拆分的字段。

Include 包含#

选择是否以及如何希望 n8n 在每个新的单个项目中保留输入数据中的任何其他字段。

您可以选择:

  • No Other Fields 无其他字段:不会包含其他字段。
  • All Other Fields 所有其他字段:将包含所有其他字段。
  • Selected Other Fields 选定的其他字段:仅包含选定的字段。
    • Fields to Include 要包含的字段:输入您要包含的字段的逗号分隔列表。

节点选项#

Disable Dot Notation 禁用点表示法#

默认情况下,n8n 启用点表示法以 parent.child 格式引用子字段。使用此选项禁用点表示法(开启)或继续使用点表示法(关闭)。

Destination Field Name 目标字段名称#

输入拆分字段内容应放入的输出字段。

Include Binary 包含二进制#

选择是否在新输出中包含输入的二进制数据(开启)或不包含(关闭)。

模板和示例#

Scrape and summarize webpages with AI

by n8n Team

View template details
Scrape business emails from Google Maps without the use of any third party APIs

by Akram Kadri

View template details
Automated Web Scraping: email a CSV, save to Google Sheets & Microsoft Excel

by Mihai Farcas

View template details
Browse Split Out integration templates, or search all templates

相关资源#

了解更多关于 n8n 工作流中的数据结构和数据流