Page 1 / 1
You could try the StringSearcher to select for the first two characters. If you are always wanting what is before the comma, you could also use an AttributeSplitter with the comma as the Delimiter and then create a new attribute for the first element in the created list.