DataSwift
Tools
API
FAQ
Back to Tools
CSV to SQL
Auto-generate CREATE TABLE and INSERT statements with data type inference.
Table name:
Copy code
Input CSV
id,name,age,active 1,John Doe,"25",true 2,Jane Smith,30,false 3,"Peter, Parker",28,1
Output SQL