Skip to content

Concatenate string

ryannewington edited this page Jun 23, 2016 · 1 revision

Concatenate string

Summary

This transform joins multiple attribute values together, separated by a specified text delimiter.

Parameters

Parameter Description
Delimiter A text delimiter to use when joining the values

Input Type

The transform accepts multiple values of any data type as an input.

Multiple input values

This transform accepts multiple input values, and processes them together, returning only a single value.

Return Type

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