1D String Array to Delimited String
- Updated2023-02-17
- 1 minute(s) read
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.

Inputs/Outputs

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

delimiter
Character that separates substrings in a delimited string.
Default value: , (comma)

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