gitdagray / csv-to-sql-insert

Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
MIT License
99 stars 120 forks source link

Minor Typographical changes #72

Open saeedrila opened 8 months ago

saeedrila commented 8 months ago

To improve readablity, I have added:

Removed extra line where it does not have any specific purpose. Added extra empty lines between functions and import statements. ';' after import statement.