Sort CSV
Sort any CSV file by column — ascending or descending, text or numeric. Free, browser-based, no signup.
CSV Input
How to sort a CSV file
- Paste your CSV data or upload a .csv file.
- Select the column you want to sort by.
- Choose ascending (A→Z, 0→9) or descending (Z→A, 9→0).
- Click Sort CSV and download the sorted file.
Privacy — your data stays local
Sorting runs entirely in your browser. No data is ever sent to a server.
Frequently Asked Questions
What is "auto" sort type?
Auto detects whether the column values look like numbers and applies numeric sorting if so, otherwise falls back to text sorting.
Is the header row sorted too?
No. The first row is always kept at the top and is not included in the sort.
Can I sort by multiple columns?
Currently only single-column sorting is supported. For multi-column sorting, import your CSV into a spreadsheet.
Does it handle CSV with quoted fields?
Yes, quoted fields containing commas are parsed correctly before sorting.