CSV to SQL v1.1

,

Hey there,

I just released a revised version of my CSV to SQL conversion tool. This small tool converts any CSV file to a list of SQL UPDATE queries. It assumes the first column is the primary ID to base itself on, and every other column a value to update on a column the user can configure during startup.

DexterLagan/csv-to-sql: A small utility to convert any CSV file into a list of SQL queries. Practical to convert, say, a log, into a database fix. (github.com)

Cheers,

Dex

2 Likes