Build key/value map

Build a map with a variable amount of keys and values. Adds the capability to store complex structures with named entries within it.

Transformer Concurrent Distributed execution possible Alias: Build map
  • Add to existing map

    Add key/value pairs to this (optional) existing map

    InputColumn<Map> Optional
  • Include null values

    boolean Required
  • Keys

    List of String Mapped with Values Required
  • Retain key order

    boolean Required
  • Values

    List of InputColumn<Object> Required