-
Bug
-
Resolution: Fixed
-
Medium
-
8
-
Minor
-
1
-
How to reproduce:
- Create a parent object type and set it to Pass all attributes to child object types
- Create a child object type for the parent recently created
- Add a few unique attributes for the child object type
- Create a CSV import with the following structure:
| PARENT_ATTR_1 | PARENT_ATTR_2 | PARENT_ATTR_3 | CHILD_ATTR_1 | CHILD_ATTR_2 | |----------------|----------------|----------------|---------------|---------------| | Parent_value_1 | Parent_value_2 | Parent_value_3 | Child_value_1 | Child_value_2 |
- Finish the import configuration by adding the Parent and Child Object type mapping
- Import the data
Expected results:
- child object mapping to import the child attributes data
Actual results:
- child attributes data are not imported
Workaround:
Currently there is no workaround for this issue. Should one become available this section will be updated.