Read keys and values from map

Reads all key/value pairs of a map, creating a record for each pair

Transformer Concurrent Distributed execution possible
  • Map column

    InputColumn<Map> Required
  • Value type

    Expected type of the values

    Class<Object> Required
  • Verify types

    Verify that expected value type and actual type are the same

    boolean Required