-> A CSV to SQL converter made due to unavailability of >500 row free csv to sql converter online.
Instructions:
- A database named csv_to_sql is to be created. (or change database name accordingly at line 40 and 42)
- Works with mysql.
- Creates a table in the aforementioned database with the same table name as the converted file.