Reference

Components
String to String Array
Description
This component converts a String to an Array of Strings by splitting the string up using the supplied delimiter or field width or both to
determine where to make a split.
Examples
The String “Apples,Oranges,Pears” with a delimiter of “,“ would become a String Array with entries: “Apples”, “Oranges” and “Pears”.
The String “1011011101011110” with a Width of 4 would become a String Array with entries: “1011”,”0111”,”0101”,”1110”
Connectors
Inputs Type Outputs Type
String to split
String Array of individual
strings
String Array
Delimiter to use when
looking where to split the
string
String
Maximum length of each
string in the resulting array
Int
417 of 494