> For the complete documentation index, see [llms.txt](https://doc.duaer.com/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/zh/build/split-out.md).

# 在 Duaer 里用 Split Out 拆开列表

在 Duaer 里，Split Out 把条目里的列表拆成多条。必填 Fields To Split Out；Include 默认是 No Other Fields。
## 把数组拆成多条

1. 上游条目的 json 里要有一个数组字段，例如 items。
2. 搜索 Split Out，接到那个节点后面。
3. Fields To Split Out 填字段名，例如 items。多个字段用逗号分开。
4. Include 保持 No Other Fields，除非要把其他字段一起带到新条目。
5. 点执行此步骤。数组里每一项变成一条输出。

Include 还可以是 All Other Fields 或 Selected Other Fields（再填 Fields To Include）。

Options：Disable Dot Notation、Destination Field Name、Include Binary。

要再收成一组，用 Aggregate，见 [在 Duaer 里用 Aggregate 把条目收成一组](/zh/build/aggregate.md)。分支概念见 [在 Duaer 里用 If 和 Switch 分叉](/zh/flow-logic/splitting.md)。
## Questions

### Duaer 的 Split Out 能直接填 $json 整条吗？

不能。Fields To Split Out 要写 json 里的字段名，不要写 $json。根上就是数组时，先用 Edit Fields 或 Code 包进一个命名字段再拆。

