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

Update index.ts #78

Open shameellamba opened 8 months ago

shameellamba commented 8 months ago

CSV is already getting converted to SQL. I added funtions to also read XLSX files. There is also a function to handle both csv and xlsv file.

If there are any changes or modifications to be made, kindly let me know.

This is a great initiative and very practical. Im glad to be a part of it. Thank You.