Split String Into Collection

Transforms string into the collection of elements. Each element of the collection is part of the string before the given separator. Very useful to parse the text – e.g. to locate and extract needed part of the text. 

inputs:

string – input string to be split into collection of elements

  • Required: yes

separator – symbol (coma “,”, space ” “, pipe “|” etc) or several which divides parts of the string to be elements of the collection 

  • Required: yes

outputs:

collection – collection from words of the string split by the separator

Example of extracting Case Number from the Email Subject:

Click to rate this post!
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *