Generate timestamp

Generates a timestamp representing the millisecond or nanosecond of processing the record

Transformer Concurrent Distributed execution possible
  • 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
  • Unit

    Choice: Second Millisecond Nanosecond Required