SQL to CSV Converter

Extract data from SQL INSERT statements to CSV

Supports INSERT INTO statements. Each table will be converted to a separate CSV.

How to Convert

  1. Paste your SQL statements
  2. Review the extracted data
  3. Download as CSV

Features

  • Parse INSERT statements
  • Extract column names
  • Handle NULL values

Use Cases

  • Export SQL dumps to spreadsheets
  • Convert database backups to CSV

Need to convert the other way? Try our Csv To Sql