Files tool
CSV Viewer
Paste or open CSV data in a sortable, searchable browser table.
Runs in your browser| Name | City | Score |
|---|---|---|
| Ana | Miami | 92 |
| Sam | Austin | 88 |
| Lee | Seattle | 95 |
The viewer displays up to 500 matching rows to keep the page responsive. Your original data stays in this tab.
How to use this csv viewer
- Paste CSV text or open a CSV file, confirm the delimiter, then search or sort the parsed table.
- Review the result shown beside the controls. Check syntax, escaping, and edge cases against the source before using the result in a live project.
- Check the output against the source, then copy or download the finished result.
About this csv viewer
The CSV Viewer lets you paste or open CSV data in a sortable, searchable browser table. The controls cover only the inputs needed for the result.
You can also use it to compare the result with the original input.
Example
Open a product CSV, search for one SKU, and sort the price column to inspect the data without importing it into a spreadsheet.
Common uses
- → paste or open CSV data in a sortable, searchable browser table
- → compare the result with the original input
- → copy or save the finished output for later use