Alteryx Designer Desktop Discussions

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

Using Regex to Parse

cchannyyy
5 - Atom

Hi Alteryx Community,

 

I want to parse out this line item Mobile Medium Rectangle_TO_DISP_MOB_300x250_N/A_01/11/2019_01/11/2019_3rd_PKG_NA_PX6341 using REGEX. I'm looking to capture only PX6341 into a new column and was wondering what the regex syntax would be?

 

Thanks!

1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hi @cchannyyy ,

 

You can achieve that by using the parse method and the expression ([^_]+$)

 

Let me know if that works for you.

Best,

Fernando Vizcaino

Labels