Question

SubstringExtractor cant Extractor chinese attribute

  • 25 March 2024
  • 1 reply
  • 36 views

Badge +3

 


1 reply

Userlevel 4
Badge +13

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.

Reply