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

Splitting Data into Columns Using Delimiters in Alteryx

KamenRider
11 - Bolide

Hello Alteryx Community,

 

I'm currently working on a project where I need to split a single column of data into multiple columns using a delimiter in Alteryx. I think the data is structured with a pipe (|) delimiter (see below attached file), and I want to ensure that each piece of data is placed inside its own cell in the output CSV file.

 

Looking forward for your assistance on this inquiry.

 

Kamen

12 REPLIES 12
flying008
15 - Aurora

Hi, @KamenRider 

 

FYI.

 

录制_2025_04_23_14_18_01_588.gif

Mathias_Nielsen
9 - Comet

Hi, it is TAB delimited. You just tell the input tool that it is a CSV file. See the photo for configuration :)

KamenRider
11 - Bolide

hi @flying008 

 

Where did you get the Field1 in the formula tool? Can you share the worfklow?

 

Kamen

flying008
15 - Aurora

Hi, @KamenRider 

 

You can just do this like as @Mathias_Nielsen .

 

录制_2025_04_23_14_50_21_836.gif

KamenRider
11 - Bolide

Hi @flying008 

 

What if I am using a directory tool? I am combining multiple files. How I am going to do it?

 

Kamen

flying008
15 - Aurora

Hi, @KamenRider 

 

You can use the path like 'C:\abc\123\*.txt' in Input tool.

KamenRider
11 - Bolide

Hi @flying008 

 

I do have the directory path and file specification configured. My dilemma is how to convert it to columns. Below is the workflow I created.

 

Capture.PNG

Please advise. Appreciate if you can share the workflow.

 

Thanks,

Kamen

flying008
15 - Aurora

Hi, @KamenRider 

 

In the options of Dynamic Input tool, you can set the Delimiters to |or \tas you want.

So, what is your real question?

binuacs
21 - Polaris
Labels
Top Solution Authors