csv-to-sql-insert
csv-to-sql-insert copied to clipboard
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.
fixed bug in createIfNot and added a statement to create a file.
I have added the jest library, along with babel files for appropriate compiling. I wrote tests in Jest, mainly for the "writeSQL" function, as the "readCSV" function ultimately calls upon...
## I completed these tasks for #79 issue - [x] CSV to SQL - [ ] XLSV to SQL - [x] Module system with class & full type safe -...
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...
## Improve the below tasks into `multi-telended` branch - [x] CSV to SQL - [ ] XLSV to SQL - [x] Module system with class & full type safe -...
My first time contributing... This is just a simple success message with a bit of coloring. Thanks
To improve readablity, I have added: Removed extra line where it does not have any specific purpose. Added extra empty lines between functions and import statements. ';' after import statement.
Implement a cli progress indicator to keep users informed about the processing status, especially for large CSV files.
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...
if file name is specified in that argument that one file will be processed and sql file will be created, else all the csv files will be processed and their...