Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Help with Text to columns - repetitive delimiter

spamarthy
5 - Atom

Hi,

 

I am new to Alteryx and need help with the below scenario where the data has successive delimiters. I have data in one cell delimited by many underscores (40 to be precise) that I need to be put in other columns.

 

Data in cell:

abc

________________________________________

date

text_filter

________________________________________

date2

text_filter2

 

 

How I want the output:

column1 | column2 | column3

abc        | date        | date2

              |  text_filter| text_filter2

 

Thanks in advance!

6 REPLIES 6
benakesh
12 - Quasar

Hi @spamarthy ,

Can you attach  file with sample data ?

spamarthy
5 - Atom
 
jrgo
14 - Magnetar

Hi @spamarthy 

 

See if this solution helps you out... note that when looking at the results in an Alteryx Browse, it only shows the first line, but if you look at the cell using the "Cell Viewer", you'll see that it contains the remaining value on a new line as you specified in the Expected Output in the sample file.

 

image.png



Jimmy
Teknion Data Solutions

benakesh
12 - Quasar

Hi @spamarthy ,

This is another option  similar to @jrgo's solution .

spamarthy
5 - Atom

Thank you @Jrgo, it is what I was looking for!

spamarthy
5 - Atom

Thank you @Benakesh your solution worked as well!

Labels