One-to-one mapping

A one-to-one mapping associates a single source with a single target.

For example, a source message that contains three fields (name, age, and gender) could be associated with a target message that has the same three fields in a different order (gender, name, age):
Source message Target message
  • name
  • age
  • gender
  • gender
  • name
  • age