CONCATENATE

The CONCATENATE function concatenates several strings into a single string.

If defined, the Separator property will be inserted between the concatenated strings.

Input

Number of Connections: Min: 1/Max:Infinite
InputData TypeDescription
InputNStringThe string(s) to concatenate.

Output

OutputData TypeDescription
Output1StringThe concatenated string.

Property

NameProperty TypeDescription
SeparatorStringA separator that is inserted between the concatenated strings.
NoSeparatorWhenEmptybooleanIf set to True, a separator is not inserted between concatenated inputs if an input is an empty string or null.

Example

PropertyOutput
Input 15/Separator(none)5/1/2003
Input 21/
Input 32003

PropertyOutput
Input 1usrSeparator/usr/local/bin
Input 2local
Input 3bin