MAP-LOC-ERP-ADDRESS · version 1
ERP Address → Location
Contribution · Canonical entity
Source
ERP · erp_address
Field mappings
| Source field | Canonical field | Contribution | Survivorship |
|---|---|---|---|
| address_line_1 | address_text | Direct | |
| city | city | Direct | |
| country_code | country_code | Direct | |
| state_code | state_code | Direct |
Canonical records produced (1)
- LOC-000010 Location · trace
Rule definition
{
"attributes": {
"city": {
"from": [
"city"
],
"transform": "TRIM"
},
"state_code": {
"from": [
"state_code"
]
},
"address_text": {
"from": [
"address_line_1"
],
"transform": "TRIM"
},
"country_code": {
"from": [
"country_code"
],
"transform": "UPPER"
}
},
"contributes_to": {
"match_field": "address_id",
"owner_field": "address_id",
"owner_object": "erp_warehouse"
}
}