MAP-PRD-ERP-ITEM · version 1
ERP Item → Product
Direct · Canonical entity
Source
ERP · erp_item
Field mappings
| Source field | Canonical field | Contribution | Survivorship |
|---|---|---|---|
| item_name | display_name | Direct | |
| item_name | product_name | Direct | ERP > E-commerce > POS > CRM (source priority) |
| item_type_code | product_type | Direct |
Canonical records produced (6)
- PRD-000003 Product · trace
- PRD-000004 Product · trace
- PRD-000005 Product · trace
- PRD-000006 Product · trace
- PRD-000007 Product · trace
- PRD-000008 Product · trace
Rule definition
{
"attributes": {
"product_name": {
"from": [
"item_name"
],
"transform": "TRIM"
},
"product_type": {
"from": [
"item_type_code"
]
}
},
"business_key": "item_code",
"display_name": "item_name",
"resolution_rule": "RES-PRD-ERP-ITEM"
}