Open

Description
Preconditions
In a Magento admin login, we should have custom attributes created.
- Navigate to Store>products page: Click on new attribute button, and just add the name of the attribute eg: Cust_Att1. Without any other changes, save the attribute.
- Navigate to Store>Attribute Set: Click on the default attribute set record, Drag and drop the color attribute and as well the above created Cust_Att1 attribute. Save the attribute set.
Steps to reproduce
- Prepare a CSV file with below content to import it further.
sku,price,attribute_set_code,product_type,name,additional_attributes
913352,1,Default,simple,ImprotProd5,"cust_att1=ca_edited,color=Blue"
917252,1,Default,simple,ImprotProd6,cust_att1=ca_edited
Note- This above given file data matches according to the above pre condition example data.
- Navigate to Admin login > System> Import page.
- Select Entity type- product and import behaviour add/update
- Select the checkbox - Fields enclosure.
- Choose the above created file, click on check data and followed by import.
- Navigate to Catalog>products and search with the SKU text - 913352, and open the product.
- Check the product's custom attribute value whether that is as per imported file content.
Expected result
Additional attributes should be included along with the other product data.
Actual result
Products get created, but misses to store with the additional attribute column data.
Note: We get to see this issue only when the checkbox Fields enclosure filed is checked while importing in the Import page.
Metadata
Metadata
Assignees
Labels
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmedA defect with this priority could have functionality issues which are not to expectations.The issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.