Hi All,
Does anyone have a best practice for creating mappings between related reference data?Β Β We need to be able to relate various datasets used by different systems that have the same "entity" but the codes for that entity are different. Some examples:
Entity:βββββββββββββββββββββState
Table 1 Value for State:ββββββββNY
Table 2 Value for State:ββββββββ034
Table 3 Value for State:ββββββββ34
Table 4 Value for State:ββββββββNew York
Β
Β
Entity:βββββββββββββββββββββAuto
Table 1 Value for Auto:ββββββββAA
Table 2 Value for Auto:ββββββββAU
Table 3 Value for Auto:ββββββββ01
Table 4 value for Auto:ββββββββAuto
Β
We need to be able to "map" these values within RDM, so we know that NY, 034, 34 and New York are all "State", and that AA, AU, 01 and Auto are all "Auto".Β
Β
Additionally, these mappings may need to be hierarchical.Β
Β
In Informatica, these objects are called βcrosswalksβ, and they exist as base entities within the tool. We need to duplicate that type of behavior.Β
If youβve implemented this, or have a best practice on how this could be designed within ONE RDM, can you share?
Thank you!

