Text – Split Parameters Into Collection

Use Value Description

Returns a collection based on separating text by a delimiter ignoring the contents of characters within quotation marks or brackets

Text.Splot


Parameters

Text – The text split

Delimiter – The delimiter is the character/string that seperates the text

Swipe Whitespace – Removes whitespaces from the entries that have them at the beginning and end prior to the collection being returned

Swipe Quotes – Removes matching quotation marks from the entries that have them at the beginning and end prior to the collection being returned

Ignore Single Quotes – If the characters within single quotation marks should be skipped when checking for the delimeter

Ignore Double Quotes – If the characters within double quotation marks should be skipped when checking for the delimeter

Ignore Rounded Brackets – If the characters within numerous levels of rounded brackets should be skipped when checking for the delimeter

Ignore Curly Brackets – If the characters within numerous levels of curly brackets should be skipped when checking for the delimeter

Ignore Square Brackets – If the characters within numerous levels of square brackets should be skipped when checking for the delimeter


Related Events/Use Values

Text – Combine (Use Value)

Text – Split Into Collection (Use Value)


Does this page need more information? Email Us!