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!