LoadAbstractProductId transformer¶
Creates a new integer entry in a row that has a given name and value of the abstract product id.
Usage:
<load-abstract-product-id abstractSkuFieldName="abstractSkuFieldName" abstractProductIdFieldName="abstractProductIdFieldName" nullable="false"/>
Attributes:
abstractSkuFieldName
- name of the field with abstract skuabstractProductIdFieldName
- name of the field to be created
Optional attributes:
nullable
- if set to true, the transformer will not fail if the abstract product id is not found. Default is false.