Split String
  • 31 Oct 2022
  • 1 Minute to read
  • Dark
    Light

Split String

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > Text

This step breaks up a string at the specified separator and will output a List of String.




Properties

Inputs

PropertyDescriptionData Type
SourceThe text to split.String
SeparatorThe character that the step will look for to split the source at. String

Outputs

PropertyDescriptionData Type
SplitString1_Output
Split String.String



Was this article helpful?