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

3 file parameter #24

Open Ashish492 opened 9 months ago

Ashish492 commented 9 months ago

i solve the issue by creating the function which convert the proccess.argv array and convert these into map but there litter bit issue while i have to give extra -- like npm run dev -- --csv=filename

Ashish492 commented 9 months ago

@gitdagray i fix the issue number three of file parameter can you check that