One of my clients has all the information about his product processed by an external source. They provided me with this in a CSV file, which they will regularly update and upload to the ftp folder of my specification, say, every week.
Inside this CSV file is all the product information; product name, specification, image location, etc.
The website that I created for my client has a MySQL database, which I thought would contain all the product information and, thus, was created to process all the product data.
My question is this: how do I start creating and running a script that will find the newly added CSV file from the specified FTP folder, extract the data and replace all the data in the corresponding MySQL table, is everything done automatically?
Is it possible?
Any help would be greatly appreciated since I do not want to use the IFrame, S parameter.
ss888 source
share