Sort CSV by Column

Upload or paste CSV, choose a column and direction, and download the result.

CSV Input

Sorted CSV

Tips

  • Normalize numeric columns to avoid string ordering (e.g., 2 vs 10).
  • Sort multiple columns by running the tool sequentially.

FAQ

Is sorting done client‑side?
Yes, sorting happens locally in your browser.
How are numbers sorted?
We detect numeric values and sort numerically; otherwise as strings.