Select values from list

Given a specified list of indices, this transformer will select the values from a list and place them as columns within the record

Transformer Concurrent Distributed execution possible
  • Element type

    Class<Object> Required
  • Indices

    A list of (0-based) indices to use for fetching values from the list.

    List of Number Required
  • List column

    InputColumn<List> Required
  • Verify types

    Verify that expected element type and actual type are the same

    boolean Required