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 | Y | Defines the source field for the mapping. |
| to | Y | Defines where the result should be inserted. |
| Function | Y | Should be set to "Apply another mapper". |
| Category | Y | Must be "Enrichment" |