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

Split Data into multiple column

Labhesh
8 - Asteroid

I wanted to split data into multple column as given example in Row(1) of attached workbook.

 

the problem is data column has multiple values to split on and i recently start working on alteryx so i have no idea how to do it.

 

FIle is attached below.

4 REPLIES 4
ShankerV
17 - Castor

Hi @Labhesh 

 

One way of doing this.

 

(.+)\s+(\d{1,2}/\d{1,2}/\d{4})(\d+)\*(.+)\*(\d+)\[(\d+)\] 

 

 

Screenshot 2023-07-15 171105.jpg

 

Screenshot 2023-07-15 171105.jpg

 

Many thanks

Shanker V

binuacs
21 - Polaris

@Labhesh Another way of doing this (dynamic)

Screenshot 2023-07-15 131230.png

Labhesh
8 - Asteroid

HI @ShankerV , @binuacs Thanks for the solution.it worked .👍

 

can you guys help me the little description in the regex used. That would be thankful.

 

ShankerV
17 - Castor
Labels
Top Solution Authors