- Home
- Manipulate CSV
- CSV Column Reorder
CSV Column Reorder
Reorder and remove columns in CSV files
Change the column order in a CSV without opening a spreadsheet. Move columns up or down into the order you need, drop the ones you do not want, preview the result, and download the rearranged file.
Column order matters more than it should. Import templates frequently require an exact sequence, and reordering by hand in a spreadsheet means cutting and inserting columns one at a time — slow, and easy to get subtly wrong on a wide file.
Removing columns is often the more valuable half. Trimming an export down to the fields a destination actually accepts avoids import errors and means you are not handing over personal data that the recipient never asked for.
Drop your file here or browse from your device
Accepts CSV, TSV, TXT. Maximum input: 10 MiB. Files above this hard limit are rejected before local processing.
How to Use
- Upload your CSV file or paste CSV data
- Use the up and down controls to put the columns in the order you want
- Remove any columns that should not appear in the output
- Check the preview and download the rearranged CSV
Features
- Move any column up or down with dedicated controls
- Remove columns you do not need in the output
- Live preview of the resulting column order
- Header and data stay aligned as columns move
- Works with comma, semicolon, tab, and pipe-separated input
- Runs entirely in your browser — no upload
Use Cases
- Match the exact column order an import template requires
- Move key identifier columns to the front for readability
- Drop internal or personal fields before sharing a file
- Trim a wide export down to the columns that matter
- Standardise column order across files before merging them
Frequently Asked Questions
How do I reorder the columns?
Use the up and down controls next to each column to move it through the order. The preview updates as you go so you can confirm the arrangement before downloading.
Can I remove columns as well as reorder them?
Yes. Removing unneeded columns is often the point — it keeps an import within the fields a destination accepts and avoids sharing data the recipient does not need.
Does the data stay with the right header?
Yes. Moving a column moves its values with it, so headers and data never drift apart.
Why does column order matter for imports?
Many import templates and bulk-upload tools map by position rather than by header name, so a file with the right columns in the wrong order fails or, worse, loads values into the wrong fields.
Can I rename the columns here?
No — this tool changes order and selection. Use the CSV header editor to rename headers.
Is my file uploaded?
No. Reordering happens in your browser and the contents are not sent to the app server.