Field serializer
[data/table/Field serializer]
Serializes field values in the table received via table
.
Example:
[{"foo": 1, "bar": [1, 2]}]@1 received via
table
[{"foo": 1, "bar": "[1,2]"}]@1 sent via
table
(output)
Keywords: flatten, serialize, sringify
Input ports
table:
{string: any}[]
[Inherited from port
array
ofmapper
] Recieves array to be mapped. Example: ["Foo", "Bar"]
Output ports
table:
{string: (string or number or boolean or null)}[]
Last updated