Skip to main content

CSV SORT · ORDER BY

Sort CSV Rows by a Selected Column

Treat a column as text or numbers and sort it in ascending or descending order. Rows with equal values retain their original order, and processing stays in your browser.

CSV processing stays in your browser

Your files are not uploaded to a server.

File selection

Choose 1 CSV file up to 50 MB. Its name and contents are never sent outside your browser.

Drag and drop a CSV file here

1 CSV file, up to 50 MB

How it works

Sort amounts from highest to lowest

Treat the Amount column as numbers and sort descending to see the largest values first.

Input example

2 columns · 2 rows
Input example
ProductAmount
Orange850
Apple1200

Output example

2 columns · 2 rows
Output example
ProductAmount
Apple1200
Orange850
The left table shows the input, and the right table shows the output.

Equivalent to ORDER BY. Rows with equal values retain their original order.