CSV → SQL INSERT
Generate INSERT statements from CSV (header row + data).
-- need at least one header row and one data rowAbout this tool
Pick a table name. Numeric-looking cells are emitted bare, blanks become NULL, the rest are quoted as strings with escaped single quotes.