-
Notifications
You must be signed in to change notification settings - Fork 2
Concatenate string
ryannewington edited this page Jun 23, 2016
·
1 revision
This transform joins multiple attribute values together, separated by a specified text delimiter.
Parameter | Description |
---|---|
Delimiter | A text delimiter to use when joining the values |
The transform accepts multiple values of any data type as an input.
This transform accepts multiple input values, and processes them together, returning only a single value.
The transform returns a single-valued string of the original values joined together by the specified delimiter. Note that if only a single value is passed to the transform, that value will be returned without any delimiters