Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How the transformation from instance mapping mappings to mapping rule rules is performed is described in the following steps:

  1. Group instance mappings with identical sources together
    1. Instance mappings have identical sources if the source expression, source label and all additional context expressions and labels are exactly the same
  2. For each group of instance mappings
    1. If there is a single source and a single instance mapping in the group, transform to Direct mapping
    2. If there are multiple sources and a single instance mapping in the group, transform to Join mapping
    3. If there is a single source and a multiple instance mappings in the group, transform to Split mapping
    4. If there are multiple sources and multiple instance mappings in the group, transform to Full mapping

With these definition we can summarize the transformation from instance mappings to mapping rules in the following table.

...