Simple Sorter

CATEGORY

Transform

SOURCE

Squonk

DESCRIPTION

Sort dataset using a single field’s value

INPUTS

A dataset

OUTPUTS

A dataset, sorted as specified

OPTIONS

Field Field to sort on
Ascending Whether to sort ascending or descending

Note that sorting is performed in memory so should not be used for very large datasets.

ADDITIONAL INFO

More complex sort criteria can be performed with the Dataset sorter cell.