MAP-WRK-HR-EMP · version 1
HR Employee → Worker
Direct · Canonical entity
Source
HR · employee
Field mappings
| Source field | Canonical field | Contribution | Survivorship |
|---|---|---|---|
| employee_no | display_name | Direct | |
| person_id | person_entity_id | Direct | |
| current_status | worker_status | Direct |
Canonical records produced (10)
- WRK-000032 Worker · trace
- WRK-000033 Worker · trace
- WRK-000034 Worker · trace
- WRK-000035 Worker · trace
- WRK-000036 Worker · trace
- WRK-000037 Worker · trace
- WRK-000038 Worker · trace
- WRK-000039 Worker · trace
- WRK-000040 Worker · trace
- WRK-000041 Worker · trace
Rule definition
{
"attributes": {
"worker_status": {
"from": [
"current_status"
],
"classification": "HR_CONFIDENTIAL"
}
},
"business_key": "employee_no",
"display_name": {
"from": [
"employee_no"
],
"classification": "HR_CONFIDENTIAL"
},
"resolution_rule": "RES-WRK-HR-EMP",
"entity_references": {
"person_entity_id": {
"source_field": "person_id",
"target_object": "person",
"target_system": "HR",
"classification": "HR_CONFIDENTIAL"
}
}
}