Unify and manage your data

Mapping example 1

Mapping attributes with same names but different entity types

You can map a DT attribute with the same name to a CT attribute with a different entity type as shown below.

"attributes": [
          {
            "copyFromDT": "configuration/entityTypes/HCO/attributes/Identifiers/attributes/ID",
            "copyToCT": [
              "configuration/entityTypes/Individual/attributes/Identifiers/attributes/ID"
            ]
          },

Or