Flatten Deep
Flattens the input array by emitting each element separately. Other types are passed untouched.
In-ports
input Array
— input events to filter.
Out-ports
output <any>
— filtered events.
Overview
The Flatten Deep operator emits each element of the input array separately. It expects input values to be of Array type. All other types are passed through the operator unchanged.
Settings
No additional configuration is required.