MAP-LOC-POS · version 1
POS Store → Location
Normalize · Canonical entity
Source
POS · store
Field mappings
| Source field | Canonical field | Contribution | Survivorship |
|---|---|---|---|
| city | city | Direct | |
| country_code | country_code | Direct | |
| store_name | display_name | Direct | |
| (constant) | location_type | Constant | |
| state_code | state_code | Direct |
Canonical records produced (3)
- LOC-000019 Location · trace
- LOC-000020 Location · trace
- LOC-000021 Location · trace
Rule definition
{
"attributes": {
"city": {
"from": [
"city"
],
"transform": "TRIM"
},
"state_code": {
"from": [
"state_code"
],
"transform": "TRIM"
},
"country_code": {
"from": [
"country_code"
],
"transform": "TRIM"
},
"location_type": {
"const": "STORE"
}
},
"business_key": "store_code",
"display_name": "store_name",
"resolution_rule": "RES-LOC-POS-STORE"
}