Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

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