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.

Processor Configuration

Specify number of rows which are to be fetched in “No. of Elements” field.

Additional configuration details can be added using ADD CONFIGURATION link.

Top