Split Out
processing.split-out Processing v0.1.0 Splits an array field into separate items — one output item per element, optionally keeping the other fields of the source item.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | Items |
| Output | output | Items |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Field to split outfield | string | "items" | Dot-path to the array inside each item, e.g. body.items. One output item is produced per element; items without the array are skipped. |
Includeinclude | select | "none" | No other fields = each output item is just the element. All other fields = keep the rest of the item, with the element spread over it. noneallOtherFields |
Destination fielddestinationField | string | — | Field to put each element under. Leave blank to make the element the item itself (objects spread at the root). |
This page is generated from the node registry by gen-node-docs.mjs on every
site build — ports, properties, defaults and visibility rules cannot drift from the code.