Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Regex for strings

mhafizyi
6 - Meteoroid

Hi,

 

I have these data type string in one column,

 

0893411001

 

How can I convert it into a 5 column like below and change the last column 001 into a number type?

0890893408934110893411001001

 

I tried using regex but didn't produce a result. Thank you

2 REPLIES 2
ponraj
13 - Pulsar

Here is the solution.  Converting last column into number type will remove 00. Hence, uploading workflow without converting last column into number type. 

mhafizyi
6 - Meteoroid

Hi ponraj,

 

It was easy than I expected. I have been googling around for an hour before came here. Thanks for the guidance. 

Labels
Top Solution Authors