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 ...
This repo is used to convert a CSV to a batch of SQL insert files. There's probably a more efficient way to do it, but it converts the CSV to JSON converts the JSON to SQL outputs at different batch ...