Unlike in the old excel multiple hierarchies can be exported/imported using a single file, not just the first one.
The main structure is quite the same, for eg Hierarchy_Case M017: GTIN will correspond to the case gtin and Hierarchy_Covering_Box M017: GTIN to the covering box gtin, but now all these will contain multiple entries, separated by “|” corresponding to multiple hierarchies.
Logistical Hierarchy -> Packaging (nested objects and ‘?’ separator)
In logistical hierarchy we also have the special case of packaging, which is a repeatable object, inside of an already repeatable object (the hierarchy row)
To be able to handle this usecase we needed to add an extra separator that will separate the nested object items (the entries of the lower level repeatable object)
this example would translate to:
Hierarchy 1 case -> has 2 packaging objects: [{packingLevel: 1, type: AE}, {packingLevel: 2, type: BA}]
Hierarchy 2 case has 1 packaging object {packingLevel: 1, type: BA}
