Field serializer

[data/table/Field serializer]


Serializes field values in the table received via table. Example:

  1. [{"foo": 1, "bar": [1, 2]}]@1 received via table

  2. [{"foo": 1, "bar": "[1,2]"}]@1 sent via table (output)


Keywords: flatten, serialize, sringify

Input ports

  • table: {string: any}[]

    [Inherited from port array of mapper] Recieves array to be mapped. Example: ["Foo", "Bar"]

Output ports

  • table: {string: (string or number or boolean or null)}[]

Last updated