Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Regex to extract string between different delimiters (Tokenize)

fredcolina
7 - Meteor

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:

 

>

|

,

 

 

Example.PNG

 

 

3 REPLIES 3
MarqueeCrew
20 - Arcturus
20 - Arcturus
Did you know that you can use the text to columns tool and put all three delimiters into the delimiter field? That seems like the easy answer.

Cheers,

Mark
Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
fredcolina
7 - Meteor

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

fredcolina
7 - Meteor

Nevermind, I didn't realize that I can have multiple delimiter within the tool!

 

Thanks for your help

 

Capture.PNG

Labels