1D String Array to Delimited String
- Mise à jour2023-02-17
- Temps de lecture : 1 minute(s)
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.