This processor concatenates N input columns containing arrays (as JSON) into a single JSON array.
Input:
a b [1,2] ["x","y"]
Output:
[1, 2, "x", "y"]