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

Parse more than 1 column at the same time

beacc
7 - Meteor

Hi everyone,

 

I need a away to transform this input:

  
AmountDateCode
123.98|113.132023-01-11|2023-01-17TB|TB
10000.00|19606.00|10000.002023-05-30|2023-06-30|2023-04-24TB|TB|TB
To this output:
AmountDateCode
123.982023-01-11TB
113.132023-01-17TB
10000.002023-05-30TB
19606.002023-06-30TB
10000.002023-04-24TB

The thing is: 
- The values will always be different;
- Sometimes I may have to separate in two rows but other times can be less or more, according how many "|" I have.
 
You can check the example attached. I hope you can clarify me.
 
Thank you,
Beatriz
 
2 REPLIES 2
binuacs
21 - Polaris

@beacc One way of doing this

image.png

beacc
7 - Meteor

Thank you so much 😀

Labels
Top Solution Authors