Limit Processor

The Limit processor is used to fetch specified number of rows from the dataset.

For example, if 1000 records are getting generated and you want to fetch only 50 rows, you can make use of this processor.

The record of these 5o rows will be carried to the next component.

Limit Processor Configuration

To add Limit processor to your pipeline, drag the processor onto the canvas and right-click on it to configure.

Specify number of rows which are to be fetched in No of Elements fields.

Additional configuration details can be added using ADD CONFIGURATION link.

Click on the Next button. Enter the notes in the space provided.

Click Save for saving the configuration details.

Top