You are viewing the documentation for version 11 of DSS.
Zip JSON arrays
This processor combines N input columns containing arrays (as JSON) into
a single output column.
The output column will contain JSON arrays of objects.
Example
[{"a":1, "b":"x"} , {"a":2, "b":"y"}]