csv-to-sql-insert
csv-to-sql-insert copied to clipboard
Convert multiple files at same time
- While providing the .csv file names, we need to provide different .csv file names, comma-separated.
- Then, all the files will be checked one by one, and if they exist all the .csv files will be converted to .sql files in the sql folder.
- If one or more files do not exist, then the rest of all the files will be converted and an error will be shown for all those files that do not exist.
@Bodykudo That is a nice suggestion, will try to implement it as well.