The <map> elements define the mapping between data fields and BOM entries.
Required: BOM entry attribute. Valid attributes include:
parent—Assembly, or parent part
child—Component, or child part
quantity—Number of components used in the assembly
effective_date_begin—Date from which the relation is valid
effective_date_end—Date on which the relation is no longer valid
You must define <map> elements for parent, child and quantity.
Required: Value of the attribute.
For example:
<delimited-file start-row="2" delimiter=","> ...<field index="1" name="assembly" nullable="false"/> ...<field index="2" name="component" nullable="false"/> ...<field index="3" name="quantity" nullable="false"/> </delimited-file> <stage-bom id="BOM-0"> <map attribute="parent" value="${assembly}"/> <map attribute="child" value="${component}"/> <map attribute="quantity" value="${quantity}"/> </stage-bom>