hello community, I would want to remove the duplicate contents in some of my data box, the content are separated by comma (pls see excel workbook attached, eg: A,A,A needs to change to A, or A,B,B,C,C needs to change to A,B,C)
How do I do that in alteryx please?
Thank you
Solved! Go to Solution.
thank you for your reply, I have another question, my data set has characteristic like " 10,000lb, 10,000 lb "
there is thousands delimiters in a number and a unit at the end, if I were to use your solution, it would auto use all comma to split the data which is not very correct.
how do we deal with this case? would you please have a solution for this
thank you very much
You may be able to do a replace formula and replace a comma followed by a space (", ") with | and then use | as the delimiter.
Without seeing how the data actually looks, it will be more difficult to work around that limitation.
Can you share an example of how the data actually looks? That may make it easier to help with a solution.