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
97 stars 122 forks source link

Confirm csv and sql directories exist before attempting to access them #5

Closed gitdagray closed 10 months ago

gitdagray commented 10 months ago

If the csv or the sql directory does not exist, the script currently throws an error.

The program should confirm these directories exist before attempting to access them.

geekyharsh05 commented 10 months ago

Can i work on this?