csv-to-sql-insert icon indicating copy to clipboard operation
csv-to-sql-insert copied to clipboard

index file remove from root and path change for createIfNot function

Open nishantsing opened this issue 1 year ago • 1 comments

Fixed [Issue #36 ] Removed index.js file from the root because the project is transformed into TS structure and for a new contributor it will be easier to understand if we remove this non-essential file.

Fixed [Issue #61 ] The createIfNot fn path parameter creates a dir "sql\ExampleTable.sql" and when we try to write the file it throws an error as it is a directory - Error: EISDIR: illegal operation on a directory

These issues were fixed as I saw but due to a bad merge, I can see them again which is a hindrance for a new contributor or user to run the app.

nishantsing avatar Dec 31 '23 23:12 nishantsing

Hi, checked the pull request, Is anything specific you want me to have a look at?

nishantsing avatar Jan 01 '24 17:01 nishantsing