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.

multiple delimiter in text to column tool

Sshasnk
8 - Asteroid

Hi I want to split a string into multiple row but I have more than one delimiter to split it, The Split criteria is Space and "_"  (I am trying to do with one text to columns because there could be multiple delimiters except these two)

 

String
YE 2023_12 Marry

 

the above one should be split like below

 

String
YE
2023
12
Marry
3 REPLIES 3
binuacs
21 - Polaris

@Sshasnk one way of doing this

image.png

ShankerV
17 - Castor

Hi @Sshasnk 

 

There is only way as @binuacs shared using Text to Columns tool.

 

Please use the \s_ as the delimiter. 

 

\s - White space

\t - Tab

\n - New line

 

Hope this helps!!!!

 

Many thanks

Shanker V

grazitti_sapna
17 - Castor

Hey Sshasnk

You can refer below workflow.

Sapna Gupta
Labels
Top Solution Authors