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

processing all files in CSV folder #45

Open Vikram0118 opened 9 months ago

Vikram0118 commented 9 months ago

if file name is specified in that argument that one file will be processed and sql file will be created, else all the csv files will be processed and their sql will be created. also did few refactoring to made things look clean.