CSV Viewer

Open a CSV file and view it as a sortable table in your browser, with separator detection, optional column names, and row and column counts.

Files and content are processed locally in your browser and are not uploaded to our server.

About this tool

Open a CSV file and inspect it as a table directly in your browser. The tool can detect comma, semicolon, or tab separators, use the first row as column names, and display the number of rows and columns.

How to use

  1. Detect common separators automatically
  2. Choose the separator manually
  3. Use the first row as column names
  4. Sort the displayed table
  5. Show row and column counts
  6. Open a CSV file: Choose the CSV file you want to view.
  7. Check the settings: Confirm the separator and whether the first row contains column names.
  8. View the table: Inspect and sort the rows in the table.

Examples

Limitations

FAQ

Which delimiters are supported?
Comma, semicolon, tab, and pipe—with auto-detection from a sample of rows.
Can I paste CSV instead of uploading?
Yes. Paste raw CSV text into the input area for the same table preview.
Does it modify my file?
No. This is a read-only viewer; export or edit in other tools if needed.