Splitter.SplitTextByDelimiter
The function returns a result by dividing the input text into separate parts based on the chosen separator.
Splitter.SplitTextByDelimiter(delimiter as text, optional quoteStyle as nullable number) as function
The function returns a result by dividing the input text into separate parts based on the chosen separator.