This is a simple Python application that converts CSV files to SQL scripts. It allows you to select a CSV file, convert it to a MySQL CREATE TABLE command and a series of MySQL INSERT INTO commands, ...
These scripts will process all the HTML files in the specified folder, combine the data into a single CSV file and then convert that CSV to a SQL file. Be sure to change the paths to the correct ...