Counter
Counts passing rows
Processing
The step starts with a counter number, and after every input row, the counter is incremented. The counter value is available as a step result.
Settings
Name | Type | Description |
---|---|---|
Start At |
long |
The counter is initialized with this number Evaluated once when step initializes |
Increment By |
long |
The counter is incremented by this number on every passing row Evaluated for each input row |
Reset When |
boolean |
If true, the counter is reset to its starting value Evaluated for each input row |
Results
Name | Type | Description |
---|---|---|
counter |
long | Current value of the counter |