Groovy transformer (advanced)

Perform almost any kind of data transformation with the use of the Groovy language. This transformer includes advanced options to map records to multiple (or no) output records and more.

Transformer Concurrent Distributed execution possible
  • Inputs

    List of InputColumn<Object> Required
  • Concurrent

    Execute the transformation code in a concurrent manner?

    boolean Required
  • Output fields

    The number of field to expect in the output

    int Required
  • Code

    String Required