Table Column to Delimited String

Returns the contents of a table column as delimited strings in a String variable, using the specified delimiter, and open and close characters for the string


@takbb Brian Bates 8 Feb 2023

Options

Choose column
Choose the column that is supplying the data to be delimited
Delimiter
Specify the required delimiter string. Use \t for tab, \n for newline
String Close Character
Specify the required character to be used to close each string. Typically this would be " or ' but sometimes an open bracket of some form may be used
String Open Character
Specify the required character to be used to open each string. Typically this would be " or ' but sometimes an open bracket of some form may be used

Input Ports

Icon
Table containing a column used as the source for the delimited string data

Output Ports

Icon
A flow variable containing a delimited string

Nodes

Extensions

Links