I work with Magento since few years but I have a problem with product data import, it’s the first time it occurs and I begin to wonder if something has change with the import functionnality since Magento 1.6 perhaps. I explain :
When I use the Import/Export>Dataflow Profile>Import All Products with a CSV files containing only the attributes I want to update for a particular store view only, Magento seems to duplicate all the attribute values and in the BO I can see that all the attribute checkboxes “Use default value” are untick.
In my file I only have few collums : “store”,"websites”,"type”,"sku”,"name"…
I really don’t understand what is going on. Any idea ?
As I can see, no one replied you yet. I can suppose that there might be issue with upgrade. You can install new installation of Magento to some subfolder and try if the issue remains.
As an alternative, you can also try out Store Manager for Magento application. Using it is it possible to use any columns you have in the file as there are no specific requirements to the obligatory fields your import file should contain.
In any case, there is 2-weeks free version of the application, so you can use it for importing and there is no need to pay:
http://www.magentocommerce.com/magento-connect/store-manager-for-magento.html
I work with Magento since few years but I have a problem with product data import, it’s the first time it occurs and I begin to wonder if something has change with the import functionnality since Magento 1.6 perhaps. I explain :
When I use the Import/Export>Dataflow Profile>Import All Products with a CSV files containing only the attributes I want to update for a particular store view only, Magento seems to duplicate all the attribute values and in the BO I can see that all the attribute checkboxes “Use default value” are untick.
In my file I only have few collums : “store”,"websites”,"type”,"sku”,"name"…
I really don’t understand what is going on. Any idea ?
Thks
Do you have product_id/entity_id in the file? Here is list of some must have attributes in Profiled Import/Export - which will specify identity of the product - otherwise it generate new product with own attributes which will duplication of exists.