MAP-DOC-HR · version 1
HR Personnel Document → Document
Direct · Canonical entity
Source
HR · hr_document
Field mappings
| Source field | Canonical field | Contribution | Survivorship |
|---|---|---|---|
| classification | classification | Direct | |
| version_no | current_version_label | Direct | |
| title | display_name | Direct | |
| title | document_title | Direct | Documents / Knowledge (source priority) |
| document_type | document_type | Direct |
Canonical records produced (5)
- DOC-000070 Document · trace
- DOC-000071 Document · trace
- DOC-000072 Document · trace
- DOC-000073 Document · trace
- DOC-000074 Document · trace
Rule definition
{
"attributes": {
"document_type": {
"from": [
"document_type"
],
"classification": {
"from": "classification"
}
},
"classification": {
"from": [
"classification"
],
"classification": {
"from": "classification"
}
},
"document_title": {
"from": [
"title"
],
"classification": {
"from": "classification"
}
},
"current_version_label": {
"from": [
"version_no"
],
"classification": {
"from": "classification"
}
}
},
"business_key": "document_no",
"display_name": {
"from": [
"title"
],
"classification": {
"from": "classification"
}
},
"resolution_rule": "RES-DOC-HR"
}