This looks nasty....
My client has his entire product range held by another contractor using coldfusion. This is the ONLY complete catalog of items - and he doesn't own the data - he's very much tied in for life unless he want to spend $$$$$$ getting 100,000 product lines re-entered.
The system does however give him the right to export CSV files of each product category.
Now then, has anyone ever managed to write code that can parse a CSV file and build relational mySql tables?
In my head it sounds perfectly feasible to get PHP to identify each unique cell value in each column, build tables containing 'attributes' and 'variables' and key them to a unique product code - building mySql tables on the fly. However in reality this might prove to be a dumb way to do it.
BTW - there is no way I can approach this other company to release the data!
Eventually, I need to then export XML to generate printed catalog artwork... but that's another story!