CSV viewer & editor online
Open a CSV to see it as a real grid, then search, sort, fix cells and export, without Excel rewriting your ZIP codes and without uploading anything.
Open a CSV to see it as a real grid, then search, sort, fix cells and export, without Excel rewriting your ZIP codes and without uploading anything.
Convert the file instead: CSV to Excel, CSV to JSON, CSV to SQL. Curious why some fields are wrapped in quotes? Read how the CSV format works.
Drop it on this page. TableForge parses it in your browser, detects the delimiter (comma, semicolon, tab or pipe) and shows it as a sortable, searchable grid. Unlike Excel, it never changes values: leading zeros, long IDs and date-like strings stay exactly as they are in the file.
Yes. Click a cell to edit it, add or delete rows and columns, trim whitespace or remove duplicate rows, then download it as CSV, TSV, Excel or JSON. The download follows your current filter and sort.
Files with hundreds of thousands of rows open fine on a normal laptop, because only 100 rows are drawn at a time. The practical ceiling is your browser’s memory, usually a few hundred megabytes.
The file probably uses a different delimiter than expected (semicolons are common in European exports because the comma is the decimal separator there). Auto-detect usually catches it; if not, pick the delimiter manually.
No. It is read with the browser File API and never leaves your device.