CSV and JSON Table Viewer
View, sort, filter, and search CSV and JSON datasets in an interactive table.
Showing 5 of 5 rows
| # | id | name | role | department | salary |
|---|---|---|---|---|---|
| 1 | 1 | Alice Smith | Staff Engineer | Platform | 165000 |
| 2 | 2 | Bob Jones | Product Designer | Design | 125000 |
| 3 | 3 | Charlie Brown | Engineering Manager | Platform | 180000 |
| 4 | 4 | Dana White | Frontend Developer | Web | 115000 |
| 5 | 5 | Evan Taylor | Security Analyst | Infra | 140000 |
About the table viewer
This tool shows a CSV or a JSON data set as a table. You can sort a column, search the rows, and filter the data without a spreadsheet program.
Use it to look at an export before you load it. You can see the column names, find an empty field, and check that the row count is correct.
The file is read in your browser. The data is not uploaded, so you can open a customer export or a log file safely.