CONCATENATE

The CONCATENATE function concatenates several strings into a single string.

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

Input/Output

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

OutputData TypeDescription
Output1StringThe concatenated string.

Property

NameProperty TypeDescription
SeparatorstringA separator that is inserted between the concatenated strings.
NoSeparatorWhenEmptychoiceSpecifies to enable output option of separator when input is empty string or null.
true - Don't output a separator.
false - Output a separator.

Example

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

PropertyOutput
Input1usrSeparator/usr/local/bin
Input 2local
Input 3bin