Select values from key/value map

Given a specified list of keys, this transformer will select the values from a key/value map and place them as columns within the record

Transformer Concurrent Distributed execution possible
  • Keys

    List of String Required
  • Map column

    InputColumn<Map> Required
  • Types

    List of Class<Object> Mapped with Keys Required
  • Verify types

    Verify that expected type and actual type are the same

    boolean Required