Skip to main content

CSV to SQL

v1.1.1

Convert CSV data to CREATE TABLE and INSERT statements with automatic type inference.

Converts CSV data to SQL — generates a CREATE TABLE statement with automatically inferred column types and an INSERT INTO block for all data rows, with dialect selection.

How to use
  • Paste your CSV data; column types are inferred from the values automatically.
  • Select the SQL dialect: PostgreSQL, MySQL, SQLite, or SQL Server.
  • Copy the CREATE TABLE and INSERT statements to seed a development database.