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

Option to process all files in the CSV directory

Open ghost opened this issue 1 year ago • 3 comments

I would like to add an option to process all files in the CSV directory.

ghost avatar Dec 22 '23 20:12 ghost

I want this, too. 💯 Please add this feature - great suggestion!

gitdagray avatar Dec 22 '23 22:12 gitdagray

I did this and made a pull request. if we provide a particular file name in argument then that csv file will be processed, Else all the files in the csv directory will be processed and appropriate sql file will be created.

Edit : refactoring is also done to make it clean

Vikram0118 avatar Dec 23 '23 06:12 Vikram0118

I would like to add an option to process all files in the CSV directory.

did you mean multiple file??

devlopersabbir avatar Dec 29 '23 21:12 devlopersabbir