Try this:
Use the AttributeSplitter (split on ,) to create a list.
Use the ListSorter to sort the list the way you want.
Use the ListConcatenator to create the sorted attribute (seperator ,).
And the you can use the DuplicateFilter to remove duplicates.
Hope this helps.
Try this:
Use the AttributeSplitter (split on ,) to create a list.
Use the ListSorter to sort the list the way you want.
Use the ListConcatenator to create the sorted attribute (seperator ,).
And the you can use the DuplicateFilter to remove duplicates.
Hope this helps.
thanks that worked a treat!