Skip to main content
The Sequence gem creates a new column that includes incremental values for each record in the input table. This is useful for generating unique IDs or tracking the order of records.

Parameters

ParameterDescription
Start ValueThe initial value of the output column.
Increment ByThe interval to increment the output value.
Column NameThe name of the output column.

Output

The output of the Sequence gem will include the new sequence column and all of the input columns.