Apply another mapper
The Apply another mapper mapping (mappersegment) executes another mapping segment by name. It can be conditionally invoked using condition and regex parameters, and supports bulk mode via the bulk parameter. Used for modular design, it allows nested mappers to run without recursion.
Attributes for Mapper Segment Invocation
| Attribute | Required | Description |
|---|---|---|
| From | Yes | Defines the source field for the mapping. |
| To | Yes | Defines where the result should be inserted. |
| Precedence | Yes | Determines the order in which this mapping is applied relative to others. |
| Function Type | Yes | Must be "Enrichment/lookup functons" |
| Function | Yes | Should be set to "Apply another mapper". |