MAP-DOC-DOCS · version 1
Documents / Knowledge Document → Document
Direct · Canonical entity
Source
Documents / Knowledge · document
Field mappings
| Source field | Canonical field | Contribution | Survivorship |
|---|---|---|---|
| classification_code | classification | Direct | |
| current_version_no | current_version_label | Direct | |
| title | display_name | Direct | |
| title | document_title | Direct | Documents / Knowledge (source priority) |
| doc_type_code | document_type | Direct |
Canonical records produced (24)
- DOC-000042 Document · trace
- DOC-000043 Document · trace
- DOC-000044 Document · trace
- DOC-000045 Document · trace
- DOC-000046 Document · trace
- DOC-000047 Document · trace
- DOC-000048 Document · trace
- DOC-000049 Document · trace
- DOC-000050 Document · trace
- DOC-000051 Document · trace
- DOC-000052 Document · trace
- DOC-000053 Document · trace
- DOC-000054 Document · trace
- DOC-000055 Document · trace
- DOC-000056 Document · trace
- DOC-000057 Document · trace
- DOC-000058 Document · trace
- DOC-000059 Document · trace
- DOC-000060 Document · trace
- DOC-000061 Document · trace
- DOC-000062 Document · trace
- DOC-000063 Document · trace
- DOC-000064 Document · trace
- DOC-000065 Document · trace
Rule definition
{
"attributes": {
"document_type": {
"from": [
"doc_type_code"
],
"classification": {
"from": "classification_code"
}
},
"classification": {
"from": [
"classification_code"
],
"classification": {
"from": "classification_code"
}
},
"document_title": {
"from": [
"title"
],
"transform": "TRIM",
"classification": {
"from": "classification_code"
}
},
"current_version_label": {
"from": [
"current_version_no"
],
"classification": {
"from": "classification_code"
}
}
},
"business_key": "document_no",
"display_name": {
"from": [
"title"
],
"transform": "TRIM",
"classification": {
"from": "classification_code"
}
},
"resolution_rule": "RES-DOC-DOCS"
}