ProductManagementAttribute loader¶
It loads given rows to the spy_product_management_attribute
table.
It also adds to the rows the productManagementAttributeId
field containing the id of the inserted entries.
Usage:
<product-management-attribute
productManagementAttributeIdField="productManagementAttributeId"
productAttributeIdField="productAttributeId"
inputTypeField="input_type"
allowInputField="allow_input"
/>
Attributes:
productManagementAttributeIdField
- name of the field containing productManagementAttributeId if existing, otherwise name to be saved toproductAttributeIdField
- name of the field containing the productAttributeId (can be loaded/created by the LoadOrCreateTransformer)inputTypeField
- name of the field containing inputTypeallowInputField
- name of the field allowInputField as boolean. Use booleanTransformer to prepare it as boolean