Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

parse using regex

umairah
8 - Asteroid

Hello,

 

I have data that I want parse and try to do the expression to get the result but it's only work in some field. Really appreciate anyone can point out what I do wrong here. parse data.png .

I will attached the sample data for your reference.

2 REPLIES 2
seinchyiwoo
Alteryx Alumni (Retired)

This should work:

 

(\d+.\d+\s*)(\(.*\))([\w*\s*\.*\,*]*)\s(\d{1,2})

seinchyiwoo_0-1599463499131.png

 

and the output looks like this:

seinchyiwoo_1-1599463535203.png

 

Cheers,

Seinchyi

 

umairah
8 - Asteroid

Hi @seinchyiwoo ,

 

Thank you..It helps me alot. 

Labels
Top Solution Authors