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 #84

Open Atharva089 opened 1 month ago

Atharva089 commented 1 month ago

Type of change

Updated the index.ts file

Details

As asked in the issue, I had to make necessary changes into the index.ts file

The overall readability of the code is increased by adding appropriate indentations, braces and semi-colon (;) wherever needed.

@gitdagray please review this pull request and merge it to solve the issue #71