Hi All,
Let's say I have id column (which might not be unique) and 6 levels of product categories where each level is one level deeper than the previous one, like a hierarchy tree.
However I can have duplicates as shown below, product with id=143 in first line has the same value since cat3 - FACTORY SERVICES to the end, category 6.

I would like to remove only those duplicated values in each row to obtain a table as below:

So I need a duplicates checker in each row.
Is it anyhow possible in Alteryx ? Which steps should I take to obtain such table as above ?
After that I would like to merge those 6 categories in to one column but already know that it's possible.
Below in attachment I put example of a data.
Any help will be much appreciated.
Regards