Sort CSV rows by a field
Orders rows by a column, ascending or descending. Uses an external merge sort, so datasets larger than RAM still sort cleanly.
| Field | Description |
|---|---|
| Input variablerequired | Which variable to use as the upstream dataset to read. |
| Sort column | The column to sort by (single-field mode). |
| Direction | Ascending (A→Z, 0→9) or descending. |
| Output variable namerequired | Name this node's result so downstream nodes can select it. Auto-suggested; edit freely. |
Open the node's real configuration, run it on the sample below, and see the result. Nothing is saved.
Sample input · data
| name | age | city |
|---|---|---|
| Alice | 34 | Tunis |
| Bob | 28 | Sfax |
| Cara | 41 | Tunis |
| Dan | 23 | Sousse |
| Eve | 37 | Sfax |
This is a live preview — the sample and results are temporary and never saved.