← All tools
// DATA FORMATS

CSV Column Tools

Extract, delete, swap or reorder columns in a CSV - browser-side, no upload.

CSV Column Tools logo
by
CHUNKY
MUNSTER
Column index (1-based):
CSV INPUT0 CHARS
OUTPUT0 CHARS

About CSV Column Tools

All column indices are 1-based (column 1 is the first column). All processing happens in your browser.

How to Use This CSV Column Editor

  1. Paste CSV data (with headers in row 1) into the input area.
  2. Choose an operation: Extract, Delete, Reorder, or Swap columns.
  3. Specify columns by name or number.
  4. Copy the output or download it as a .csv file.

CSV Column Tools simplifies common data manipulation tasks by allowing you to extract csv columns or reorder csv columns without opening a spreadsheet application. This tool is perfect for preparing data exports, dropping sensitive fields, or fixing transposed data. Whether you need to swap csv fields or filter a large dataset, this utility provides a fast, browser-side solution for all your data formatting needs.

Data Manipulation Tool for CSV Files

Software developers and data analysts often need a quick way to extract specific fields from a wide CSV or delete personally identifiable columns before sharing datasets. This free csv formatter handles quoted fields, embedded commas, and multi-line values correctly according to RFC 4180 standards. By performing all operations locally in your browser, your data remains secure while you perform complex reordering or field swapping tasks.

Frequently Asked Questions

How do I handle CSV files where the delimiter is a semicolon?

Use the CSV Delimiter Changer to convert to comma-separated first, then paste the result here. Or specify a custom delimiter in the options panel if your CSV uses tabs, pipes, or semicolons.

What happens with quoted fields that contain commas?

The parser correctly handles RFC 4180 quoting: fields enclosed in double quotes can contain commas, newlines, and other delimiters. Quotes inside quoted fields are represented as two consecutive double quotes.

Can I reorder more than two columns at once?

Yes - the Reorder operation accepts a full comma-separated list of column names in the desired new order. Any columns not listed are dropped (equivalent to both reordering and filtering).

Does it work with tab-separated files (TSV)?

Select "Tab" as the delimiter in the options panel. The tool then parses as TSV while still applying the same column operations.

See also CSV Delimiter Changer, CSV to JSON, and CSV Transposer to build a complete workflow with these CSV Column Tools.