Day-0 Explorer
General enterprise visibility, with access to the enterprise's general document spaces. No HR or payroll compartment access.Viewing as Enterprise Reader

MAP-LOC-POS · version 1

POS StoreLocation

Normalize · Canonical entity

Source

POS · store

Field mappings

Source fieldCanonical fieldContributionSurvivorship
citycityDirect
country_codecountry_codeDirect
store_namedisplay_nameDirect
(constant)location_typeConstant
state_codestate_codeDirect

Canonical records produced (3)

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"
}