Generate UUID

Generates a universally unique ID

Transformer Concurrent Distributed execution possible
  • Prefix

    String Optional
  • Postfix

    String Optional
  • Column in scope

    A column which represent the scope for which the ID will be generated. If eg. a source column is selected, an ID will be generated for each source record. If a transformed column is selected, an ID will be generated for each record generated that has this column.

    InputColumn<Object> Required