Convert CSV to SQL

Paste or upload CSV files. We infer types and generate SQL.

Upload CSV file(s)

We infer types and generate CREATE TABLE + INSERT statements. Runs entirely in your browser.

SQL Output

FAQ

Is this CSV to SQL converter client-side?
Yes, everything runs in your browser and no data is uploaded.
What SQL dialect is generated?
Standard SQL (CREATE TABLE + INSERT). Types are inferred as INTEGER/DOUBLE/BOOLEAN/TIMESTAMP/TEXT.

How it works

Runs fully in your browser using streaming CSV parsing and client-side SQL generation. No data leaves your device.