Alteryx Designer Desktop Discussions

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

Separate Between Letters and Numbers

faresghnaim
7 - Meteor

Hello guys,

 

I am trying to separate between the letters and numbers in the sample data below:

Faresghnaim_0-1615309559339.png

I would want the final input to be 2 different columns one is : property plant and equipment and the other would be 7 928,789,952,954 and so on.  Would that be possible using Regex?

 

Thanks!

2 REPLIES 2
pedrodrfaria
13 - Pulsar

Hi @faresghnaim 

 

You need to use regex to clean it up. Use the WF attached to update your WF with the correct regex logic.

 

pedrodrfaria_0-1615310081647.png

pedrodrfaria_0-1615310117916.png

 

 

Pedro.

 

faresghnaim
7 - Meteor

@pedrodrfaria  Thank you so much for the fast solution!

Labels