Skip to content

v0.3-beta

Latest

Choose a tag to compare

@PlonoXxcoder PlonoXxcoder released this 01 May 11:50
· 6 commits to master since this release

Added support for multiple CSV files. This commit modifies the CSVToSQLConverter class to support multiple CSV files. The main method has been updated to iterate over an array of CSV file paths and call the convertCSVToSQL method for each file. Each CSV file is converted into a separate SQL table, the name of which is derived from the name of the CSV file.