Remove duplicate strings in a cell

Hello,

How can I remove duplicate strings in a cell?

For example, in a cell is written:

April, May, April, June, April

The Output I wish is:

April, May, June

How Can I do this? I used unique concatenate with count but it didn’t work.

Thank you.

Hi @Frank2323

See this wf from the KNIME Hub,Deduplicate String.
gr. Hans

3 Likes

@HansS : Thanks a lot :slight_smile: it worked

2 Likes