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 entry does not exist – create it.
If the relevant entry does exist , update it if necessary according to the data read from the CSV file.
The task should run on “in-motion” hosting under the plan “Launch”…
