Limit Processor
In this article
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.
This processor can only be used with Batch components.
If you try to add Limit processor after Streaming Data Source, it will not get added and you will get a warning message.
If you try to add Limit processor after Streaming Data Source, it will not get added and you will get a warning message.
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.
If you have any feedback on Gathr documentation, please email us!