Convert JSON to TSV.
Drop a JSON file and get tab-separated values (TSV), one row per record. Nested objects and arrays are flattened into dot-notation columns — every value kept, structure not. Runs in your browser.
To convert JSON to TSV, drop or paste a JSON file — csvtodashboard parses it into rows and columns in your browser, then emits tab-separated values (TSV), one row per record. Fields are separated by tabs, so values full of commas stay in their own columns — handy for spreadsheet paste and database import. Nothing is uploaded; the whole conversion runs on your device.