Sample Rows
Description
Sample Rows filters the data stream to return only specific rows based on their sequential row numbers. Use this step when you need to extract a subset of data for testing, debugging, or spot-checking — for example, pulling the first 10 rows or a specific range from a large dataset. You can specify individual row numbers, multiple numbers separated by commas, or ranges using double-dot notation. The step also outputs a line number field so you can track which row number each result corresponds to.
Configurations
| Field Name | Description |
|---|---|
| Step name | Name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
| The lines range | The range or ranges or row numbers. You can separate the ranges or individual row numbers with commas. Ranges are specified with two decimals between the row numbers, for example: 5..10 |
| Line nr fieldname | Specify the name of the output field that will contain the line number. |