Skip to content

IMPORT: additional_attributes are completely ignored in 2.2.3 #14881

Open
@ghost

Description

Preconditions

In a Magento admin login, we should have custom attributes created.

  1. 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.
  2. 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

  1. 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.

  1. Navigate to Admin login > System> Import page.
  2. Select Entity type- product and import behaviour add/update
  3. Select the checkbox - Fields enclosure.
  4. Choose the above created file, click on check data and followed by import.
  5. Navigate to Catalog>products and search with the SKU text - 913352, and open the product.
  6. 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

No one assigned

    Labels

    Area: CatalogComponent: CatalogImportExportIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P2A defect with this priority could have functionality issues which are not to expectations.Progress: ready for groomingReproduced on 2.1.xThe issue has been reproduced on latest 2.1 releaseReproduced on 2.2.xThe issue has been reproduced on latest 2.2 releaseReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseReproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchSeverity: S2Major restrictions or short-term circumventions are required until a fix is available.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions