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
Solved! Go to Solution.
Hi @flying008
What if I am using a directory tool? I am combining multiple files. How I am going to do it?
Kamen
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.
Please advise. Appreciate if you can share the workflow.
Thanks,
Kamen
Hi, @KamenRider
In the options of Dynamic Input tool, you can set the Delimiters to 「|」or 「\t」as you want.
So, what is your real question?