Biggest deferens will be as below from CSV to CSV i think. As example this CSV file is from www. shop1.com
CSV is like this
Apple ipod Nano 8GB; 4578;apple; MP3;1500; www. shop1.com/ipod.gif, www. shop1.com/articleurl
And table is one temp table with field: product, articleid, manufactur, category, price, pimg, aurl
product: title of items, let’s say "Apple ipod Nano" and it can be deferent from CSV to CSV depends on how one shop spell it from another shop.
pimg: link to product image from shop1.com, only one url to image but because same items also possible is on other CSV-file from other shops, there is possible there is link to same images but with only different link. I only want show/use one url with this item.
aurl: link to article for this item on shop1.com
articleid: not sure about this but it will be same product number from all shops? Example Apple may use code/id 5454545 for "Apple ipod Nano 80GB" which usually used by shops also?
One item would saved in one category, in this case say MP3 but there is possible shops use or spell different in theirs CSV-file. Im not sure how to prevent duplicate for this and manufacture and sametime have it connected to this item and shop if i saving to different table. Import function just import everything to an temp-table as it is now but from here there maybe possible filter data to different table?
Probably possible, but then how to connect/link "Apple" and "MP3" to this item and this shop I don’t know.