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

Output is folder instead of sql file #57

Closed furkan-kayis closed 8 months ago

Aung-myat-min commented 8 months ago

yes, i got the same issue but it works when you have the same name sql file in the directory.

devlopersabbir commented 8 months ago

this problem is fixed on #65 PR