Remove dictionary matches

Removes any part of a string that is matched against a dictionary. Use it to standardize or prepare values, for instance by removing adjectives that make comparison of similar terms difficult.

Segmenting customers on messy data
Transformer Concurrent Distributed execution possible
  • Column

    InputColumn<String> Required
  • Dictionary

    Dictionary Required
  • Removed matches type

    How should the 'Removed matches' be returned? Get the removed matches as a concatenated String or as a List.

    Choice: String List Required