Hi,
I have a log with a field that I would like to Tokenize. I would like a Regex that will split the string in different tokens based on three delimiters that I could have (until now :-))
Basically bring into columns all the string between:
>
|
,
Solved! Go to Solution.
Hi, thanks for your quick reply.
The issue with that path is that I will need to create as many steps in the flows as delimiters no?
I was wondering if I can group a Regex in which I can give the strings (delimiters) to consider and then grab the string after that.
Freddy
Nevermind, I didn't realize that I can have multiple delimiter within the tool!
Thanks for your help