We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Use Regex to delimit a cell to different columns

Gamaliel
10 - Fireball

Hello,

 

How can I delimit 20130421,20201230|Rodrigo R. Duterte, 06-30-2021 to create the following:

 

Gamaliel_0-1625119151610.png

 

Thank you.

2 REPLIES 2
DawnDuong
13 - Pulsar
13 - Pulsar

Hi @Gamaliel 

you can do this with a single Text to column tool by setting multiple delimiters 

,|

as to the formatting of the date field, you can use The Datetime tool to convert string to date and then to the required string format.

dawn 

Gamaliel
10 - Fireball

Massive thanks Dawn 

Labels
Top Solution Authors