Hello coders, The task is to update tables in a DB with data read from CSV. I have a few scripts which create CSV files. Those CSV files should then be read and inserted into a mysql DB. If the relevant table (correlating to a CSV file)does not exist : create it. If the relevant [...]