CSV Sort

Single file

Sort CSV rows by a field

Inputs
dataset
Outputs
dataset

Overview

Orders rows by a column, ascending or descending. Uses an external merge sort, so datasets larger than RAM still sort cleanly.

Fields

FieldDescription
Input variablerequiredWhich variable to use as the upstream dataset to read.
Sort columnThe column to sort by (single-field mode).
DirectionAscending (A→Z, 0→9) or descending.
Output variable namerequiredName this node's result so downstream nodes can select it. Auto-suggested; edit freely.

Try it

Open the node's real configuration, run it on the sample below, and see the result. Nothing is saved.

Sample input · data

nameagecity
Alice34Tunis
Bob28Sfax
Cara41Tunis
Dan23Sousse
Eve37Sfax

This is a live preview — the sample and results are temporary and never saved.