Free Trial

Alteryx Designer Desktop Discussions

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

Splitting date and text into 2 columns

hongen909
5 - Atom

Hi,

 

I have this dataset as attached.

I would like to split the dates and text into 2 different columns.

 

For example, for record #2,

I want to convert from this:

Description
11/07ADPGROSS-TO-NET

 

to this:

DateDescription
11/07ADPGROSS-TO-NET
 

May I know how to go about doing this?

Note that I have fields that do not contain dates and thus would like to keep them as they are and only split those fields with dates.

Thank you!

 

Regards,

Hong En

2 REPLIES 2
gawa
16 - Nebula
16 - Nebula

hi @hongen909 

 

I recommend to use Regex tool like attached workflow.

image.png

hongen909
5 - Atom

It worked, thank you very much!

Labels
Top Solution Authors