Back to Home
Migrate a Legacy SQL Export to a Spreadsheet
Turn legacy SQL INSERT statements into a spreadsheet for review or sharing without setting up a database. Follow this private browser workflow.
- Upload the .sql file containing INSERT INTO statements and convert it to CSV — no database needs to be running, since the tool reads the literal values directly from the SQL text. Open SQL to CSV
- If the receiving system or teammate needs JSON instead of CSV, convert the CSV one more step to get a JSON array of the same records. Open CSV to JSON