Share Data
The Share Data Between Mappers mapping stores or retrieves values from a shared memory store. This enables the user to share data between different mappers. When a from path is provided, the data is saved under the given name parameter. When a to path is provided, the stored data is inserted into the message.
Attributes for Share Data Between Mappers
| 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 "Message Structure" to work as an enrich mapping. |
| Function | Yes | Should be set to "Share data". |
| Name | No | Name of the variable to save. |
| Description | No | Description of the variable to save. |