Hi,
I'm working on an Alteryx workflow and I need to split a string value in a certain column into two rows and keep the data in the rest of the columns. The slash in the string has to be deleted too.
The excel worksheet looks like this:
First Name Surname Code Validation
Row 1 Don White TRS TRUE
Row 2 Jan Clark ITX/LPF TRUE
Row 3 Frank Black AVW TRUE
Row 4 Harry Johnson ITX/LPF FALSE
Expected outcome:
First Name Surname Code Validation
Row 1 Don White TRS TRUE
Row 2 Jan Clark ITX TRUE
Row 3 Jan Clark LPF TRUE
Row 4 Frank Black AVW TRUE
Row 5 Harry Johnson ITX FALSE
Row 6 Harry Johnson LPF FALSE
What's the best way to achieve this?
Thanks in Advance!
Luuk
Solved! Go to Solution.
That works perfectly, thanks!!
Happy to help : ) @Lucassis
Cheers and have a nice day!
User | Count |
---|---|
52 | |
27 | |
25 | |
24 | |
21 |