I need to import 40.000 products. These products together are generating 600.000 attribute values There is a csv file with product info (Sku, Name, Description and Ean) and a seperate sheet with only the attributes(600K)
On each row i have: Sku - Attribute - Value
e.g.
123 Color Green 123 Length 120 123 Size XL 456 Color White 456 Length 260 etc..
I have filtered all duplicates out which resulted in 2200 unique Attributes.
What should i Do with these attributes? Put them all in one attributeset? Will it hurt the performance of the webshop?
And what about the attributesheet? How should i convert the structure of the presented data so it will be usefull for for import in magent? Cause magento needs all attribute names as columnheaders?
I have tried to collect teh attribute values with VLOOKUP but run into memory problems on my MACbook Pro. Fill down one column with a formula doesn't work wit this amount of records.
Maybe there is a solution programmticly.
Thanks!