Concat
Concatenate multiple fields with delimiter.
Parameters
- delimiter (Delimiter, string, optional) — Delimiter to use between concatenated values. Default:
"".
Field selection
- sources — Ordered list of fields to read (for example
firstNamethenlastName).
JSON Configuration
{ "id": "op-concat", "type": "transformation", "action": "concat", "params": { "delimiter": "-" }, "testInputs": [ "Hello", "World", "Fontana", "A", "B", "" ]}