How to CSV to SQL
- 1Upload CSV data
- 2Select SQL output
- 3Download .sql file
Generate PostgreSQL INSERT statements from CSV. Create migration scripts. Handle Postgres types. Free.
Turn a spreadsheet into 'INSERT INTO' database code.
Drag & drop or click to browse
COPY is faster for huge files, but INSERT statements are more portable and easier to debug for smaller datasets.
Yes, true/false strings are handled correctly.