Firstly, thank you to anyone whom takes time to read this message, I hope you can help me from spending a lot of time trying to set something up which may not be possible.
I have a series of csv files.
I have a mysql database.
Some of these files will contain items which must be inserted as new records into the database.
Some of these files will contain items which must be updated in the database, therefore we need to check if the defined key from the csv already exists in the database.
Some inserts will require not only information from one csv but possibly 2 or more.
Does this sound like something which this program can handle, or is this truely a job I must write a custom import script to handle?
Thank you again. Hoping for some quick replies as I am currently banging my head against a wall trying to even set up the simplest tests with this product.