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.
Cheers,
Dex