Split String
- 31 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Split String
- Updated on 31 Oct 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 7.12.0 |
Location | Data > Text |
This step breaks up a string at the specified separator and will output a List of String.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Source | The text to split. | String |
Separator | The character that the step will look for to split the source at. | String |
Outputs
Property | Description | Data Type |
---|---|---|
SplitString1_Output | Split String. | String |
Was this article helpful?