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.