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

DirectionPortLabel
InputinputItems
OutputoutputItems

Properties

PropertyTypeDefaultDescription
Field to split out
field
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.
Include
include
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 field
destinationField
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.