A simple query builder and formatter
1 - Upload CSV File
2 - Choose between creating Insert or Update queries
3 - Map the values to be updated and inserted
4 - (Optional) Preview the first line of the CSV as a query
5 - Create the queries which will download a SQL file
Use a custom WHERE clause
Note that you can also use a custom text without needing to state any of the normal WHERE clauses in the fields above

Have npm installed then run
npm installThe app can then be run with
npm run dev