Nest columns

This processor combines N input columns into a single JSON object column.

Example

  • Input:

a       b
1       2
  • Output:

{"a": 1, "b": 2}