Dictionary matcher

Matches string values against a set of dictionaries, producing a corresponding set of output columns specifying whether or not the values exist in those dictionaries

Transformer Concurrent Distributed execution possible
  • Column

    InputColumn<Object> Required
  • Dictionaries

    List of Dictionary Required
  • Output type

    Choice: True or false Corrected value or null Required