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.
97
stars
122
forks
source link
Confirm csv and sql directories exist before attempting to access them #5
Closed
gitdagray closed 10 months ago
If the
csv
or thesql
directory does not exist, the script currently throws an error.The program should confirm these directories exist before attempting to access them.