Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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