TopNRecords Processor

Top-N queries are queries that limit the result to a specific number of rows. These are often queries for the most recent or the “best” entries of a result set. You can get Top-N records based on a sorting criterion.

Top N Records works with Batch Pipeline only.

Processor Configuration

Top N Rows: Number of Top Rows that will be processed.

Sorting Fields: Select a field on which sorting is to be applied.

Sort Order: Order of sorting can be either, Ascending or Descending.

Top