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

Fixes [Issue #31] : Added a command line argument "all". #73

Open Akhil-2020171 opened 10 months ago

Akhil-2020171 commented 10 months ago

Fixes [Issue #31] [Issue #3]

Added a command line argument "all" for processing all the files, exist in the ./csv folder. Example: npm start all --- for processing all the files, else npm start fileName ---- for a specific file