CSV to SQL Converter
Convert CSV data to SQL INSERT statements. Supports MySQL, PostgreSQL, and SQLite. Automatically detects data types and generates CREATE TABLE statements.
Features
- Auto-detect column types (INT, VARCHAR, TEXT, BOOLEAN)
- Generate CREATE TABLE statements
- Support for MySQL, PostgreSQL, SQLite syntax
- Handle NULL values and special characters
Use Cases
- Import CSV data into databases
- Generate migration scripts
- Quick data seeding