This document describes various mapping functions in Mappings:
- createIf creates target nodes conditionally based on source values.
- removeContexts, splitByValue, and collapseContexts manipulate contexts around source fields.
- replaceValue, exists, sort, sortByKey, mapWithDefault format values during mapping.
- useOneAsMany replicates source fields to match target occurrences.
- formatByExample groups source fields based on another field's values.
Each function is illustrated with examples of its use and effect during mapping.