1D String Array to Delimited String

Converts the elements of a one-dimensional string array to a single string with input array elements separated by a delimiting character.

1378

Inputs/Outputs

datatype_icon

string array

One-dimensional array of strings on which the node operates.

datatype_icon

delimiter

Character that separates substrings in a delimited string.

Default value: , (comma)

datatype_icon

delimited string

String of concatenated array elements separated by the delimiter you specify.