Paste CSV data into the input area, or upload a CSV file. Configure the table name and options, then click generate to get SQL INSERT statements. All processing happens locally in your browser.
Completely free, no registration or download required. Everything runs locally in your browser.
No. This is a purely client-side tool. All operations happen locally in your browser β your data never leaves your device.
The generated SQL INSERT statements are compatible with MySQL, PostgreSQL, SQLite, MariaDB, and SQL Server. String values are properly quoted with single quotes, numeric values remain unquoted, and NULL values are handled correctly.
The tool runs in your browser and its capacity depends on your device's performance. For CSV files with over 100,000 rows, we recommend splitting into smaller batches. Browser memory limits (typically 1-4GB) are sufficient for most everyday use cases.
The tool supports standard CSV format: comma-separated fields with the first row as column headers. Fields containing commas, newlines, or quotes must be wrapped in double quotes. Both Windows (CRLF) and Unix (LF) line endings are supported.