Alteryx Designer Desktop Discussions

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

RegEx Match Help!

harinder1301
8 - Asteroid

Hellow Everyone,

I would like to extract the column names as output from the input.

Here is an example :

 

Inputoutput
a>10a
b_c<=10.11b_c
10<c1<=12c1
1139.00<c1_d1_e1<=0.00c1_d1_e1
e_d<10e_d
a,b,c,d<=98.89a,b,c,d
b(c)<100.00

 

 

 

 

Appreciate your advise on this.

 

Thanks

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @harinder1301 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1646134425901.png

 

Hope this helps : )

 

ChrisTX
15 - Aurora

My RegEx skills aren't the best, so I took a different approach.

 

ChrisTX_0-1646135040761.png

 

 

Chris

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @harinder1301 

Cheers and have a nice day!

EN6924
10 - Fireball

My solution -

EN6924_0-1647245577029.png

 

Labels