You are viewing the documentation for version
5.0 of DSS.
An up to date version might be available
for the latest version
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"}]