Hi @ihereira ,
Thank you for your reply.
I am sure that my CSV format is right because it could be used for uploading the new attributes of the products.
My question is the new attributes always overrides the current attributes of the product.
For example,
1. I have a product called “Test Product” that has 3 attributes already in the database called “Attribute A”, “Attribute B”, and “Attribute C”.
2. I am going to use below CSV to upload a new attribute called “Attribute D” for this “Test Product”.
SKU Attribute 4 name Attribute 4 value(s) Attribute 4 visible Attribute 4 global
R41009 New-Attri Attribute D 1 1
3. It could be updated successfully, but after updating Test Product only has “Attribute D”, however, the “Attribute A”, “Attribute B”, and “Attribute C” are all gone because of overriding.
Could you kindly help me with this?
Thank you!