Sort CSV Rows

Sort CSV rows by column

Input
0 words·0 chars·0 lines

Quick Access

About Sort CSV Rows

Sorts CSV rows by a specified column index, either alphabetically or numerically. The header row stays at the top.

Use cases

  • Sort a leaderboard by score
  • Alphabetise a list by name
  • Order data by date
  • Rank rows by any numeric column

FAQ

What is a "column index"?
Column 0 is the first column, column 1 is the second, and so on.
Does it sort numbers numerically?
Yes — if a column's values parse as numbers, numeric sorting is used automatically.

Related tools