Paste comma-separated values and preview them as a table. Helpful for quick sanity checks on exports from spreadsheets, databases, or log files.
CSV viewer
Basic table preview. Quoted fields with commas are supported; very large files may be slow.
| name | role |
|---|---|
| Ada | dev |
| Bob | ops |
How to use CSV viewer
- Paste CSV data including a header row if you have one.
- Scan the table preview for column alignment issues.
- Fix the source file if columns look split wrong (often quoting issues).
Example: Paste "name,email" plus a few rows to verify an export before importing elsewhere.
Frequently asked questions
- Does it handle quoted fields with commas?
- Basic quoting is supported, so a field wrapped in double quotes can contain commas without splitting into new columns.
- Will very large files work?
- Small and medium pastes are fine. Very large files may be slow because everything is rendered in the browser.