How can I sort data type set of strings

Hi guys, I have a table with 3 columns of type set (strings separated by semi colom).
How can sort this columns.
Ex.
Col1 Col2 Col3
[dd; gg; aa] [banana; manga; abacate] [neymar; cristiano; messi]
[cc; hh; ee] [pineaple; orange; peach] [vina; joao; pedro]

Result must be:
Col1 Col2 Col3
[aa; dd; gg] [abacate; banana; manga] [cristiano; messi; neymar]
[cc; ee; hh] [orange; peach; pineaple] [joao; pedro; vina]

Hi @eferro and welcome to the Knime community.

I put something together.

This is the input (same as what you have):
image

And this is what the results of my workflow (same as what you expected):
image

And here is the workflow: sort data type set of strings.knwf (17.9 KB)

6 Likes

Hi @eferro , just checking if the workflow did the trick for you.

Thank you

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.