Forum Discussion
Separating Delimited column with multiple delimiters
- 3 years ago
Anonymous
can we create a new table in PQ to get this output? pls see the attachment below
Anonymous
can we create a new table in PQ to get this output? pls see the attachment below
Thanks for providing me with the solution. I have one last question.
I also have IDs that have singular values i.e not two or three different values. Like....
ID Item Color
1 F red
2 G red
3 H red
4 I red
5 J red
Is there a way to handle these values simultaneously alongside the pairs? Because the procedure takes out these singular values. Something that can create an F,F and H,H and J,J kinda combinations for singular values.
- Anonymous3 years agoNot applicable
I found the solution to this too. I just created another table with non-duplicates and appended the two tables together as they all had different and unique ids, which made the append easier. Thank you so much