CSV Viewer & Editor
Open a CSV as a sortable, searchable table and edit cells before exporting.
Table
Click a cell to edit it, click a header to sort.
Drop a file here
Drop a CSV or TSV file
Raw CSV
About the CSV Viewer & Editor
Drop in a CSV or TSV file and view it as a real table: sort by any column, search across every cell, edit values inline and export the result back to CSV or JSON. Large quoted fields and embedded newlines are handled correctly.
Examples
Sort a column
id,name,salary … click 'salary'Output
Rows reordered numerically, highest lastExport as JSON
3 rows with a header rowOutput
[{"id":"1","name":"Ada Lovelace"} … ]Keyboard shortcuts
- Copy the main outputCtrl / ⌘ + Shift + C
- Download the resultCtrl / ⌘ + S
- Share this toolCtrl / ⌘ + Shift + S
- Reset the inputsAlt + R
- Open the tool search paletteCtrl / ⌘ + K
Related tools
Csv To Json
Converters
Convert between CSV and JSON with delimiter and header options.
Csv To Markdown Table
Converters
Convert CSV into a Markdown or HTML table with alignment options.
CSV to SQL INSERT
Converters
Generate SQL INSERT statements from CSV data.
CSV to XML
Converters
Convert CSV data into well-formed XML with custom tag names.
HTML to Markdown
Converters
Convert HTML markup into clean Markdown syntax.
INI to JSON Converter
Converters
Convert INI config files to JSON and back.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-13 · Runs entirely in your browser