Sort

processing.sort Processing v0.1.0

Sorts the input items by one or more fields — ascending or descending, auto/number/string/date comparison, stable, missing values last.

Ports

DirectionPortLabel
InputinputItems
OutputoutputSorted items

Properties

PropertyTypeDefaultDescription
Sort keys
keys
rows [{"field":"id","order":"asc","type":"auto"}] Stable multi-key sort, applied top to bottom. auto compares numerically when both values are numbers, otherwise as strings; date parses ISO/epoch. Missing values always sort last.

This page is generated from the node registry by gen-node-docs.mjs on every site build — ports, properties, defaults and visibility rules cannot drift from the code.