CSV Viewer — Explore CSV as an Interactive Tree
Paste any CSV and explore it as a collapsible tree of rows and columns. The header row becomes the column keys, and every record turns into a node you can expand, collapse, search and copy — far easier to scan than a wall of comma-separated text for wide exports, database dumps or spreadsheet downloads. Parsing follows RFC 4180 — quoted fields, embedded commas and escaped quotes are handled — and runs entirely in your browser; your data is never uploaded.
Features
- ✅ Row & column tree — click any row to expand its columns
- ✅ Search by column or value — filter and highlight matches instantly
- ✅ Typed cells — numbers, booleans and null are detected automatically
- ✅ RFC 4180 parsing — quoted fields and embedded commas just work
- ✅ Expand all / Collapse all — toggle the whole table in one click
- ✅ Hover to copy — copy a single cell or a whole row
- ✅ 100% private — parsed and rendered in your browser, no upload, no signup
Common use cases
- Inspect a spreadsheet export or database dump without opening Excel
- Find a specific record in a wide CSV by searching the tree
- Check which columns a CSV actually contains before importing it
- Verify quoted fields and embedded commas parsed the way you expect
Why this CSV viewer
Raw CSV is hard to read once rows get wide or values contain commas; the tree turns each record into clickable structure and lets you search columns and values at once. The same explorer also handles JSON, XML, YAML and TOML — one free, client-side tool for every data format, with nothing sent to a server. Need a different format? Convert with CSV to JSON.
How to use
- Paste or type CSV (with a header row) into the editor on the left.
- Explore the tree on the right — click rows, search, or use Expand all / Collapse all.
- Hover any cell and click the copy icon to copy it, or copy a whole row.
Related tools
- JSON Viewer — explore JSON as a tree
- XML Viewer — explore XML as a tree
- YAML Viewer — explore YAML as a tree
- CSV to JSON — convert CSV rows to a JSON array
- CSV to XML — convert CSV to XML
- JSON to CSV — convert JSON to CSV