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-ERP-ADDRESS · version 1

ERP AddressLocation

Contribution · Canonical entity

Source

Field mappings

Source fieldCanonical fieldContributionSurvivorship
address_line_1address_textDirect
citycityDirect
country_codecountry_codeDirect
state_codestate_codeDirect

Canonical records produced (1)

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