MAP-DEV-IOT · version 1
IoT Device → Device
Direct · Canonical entity
Source
IoT · device
Field mappings
| Source field | Canonical field | Contribution | Survivorship |
|---|---|---|---|
| status | device_status | Direct | |
| device_type_code | device_type | Direct | |
| name | display_name | Direct |
Canonical records produced (2)
- DEV-000068 Device · trace
- DEV-000069 Device · trace
Rule definition
{
"attributes": {
"device_type": {
"from": [
"device_type_code"
],
"classification": "INTERNAL"
},
"device_status": {
"from": [
"status"
],
"classification": "INTERNAL"
}
},
"relates_to": {
"via": [
{
"from_field": "external_erp_asset_ref",
"target_object": "erp_fixed_asset",
"target_system": "ERP",
"target_business_key": "asset_no"
},
{
"from_field": "external_mes_machine_ref",
"target_object": "machine_ref",
"target_system": "MES",
"target_business_key": "machine_code"
}
],
"from_end": "TARGET",
"relationship_type": "MONITORED_BY"
},
"business_key": "device_code",
"display_name": "name",
"resolution_rule": "RES-DEV-IOT"
}