This step extracts data from a field in the message (or an expression) and maps it into a specific field in the inbound or outbound message. This can be used to simply modify a field in the inbound message, copy a field from one place to another, or map data from the inbound message to the outbound message.
Item Name | Description |
---|
Message Segment | The field/location in the inbound or outbound message to place the value into. |
Mapping | The value to place into the given message segment. This may be a field from the message, or any JavaScript expression. |
Default Value | If the Mapping is not found or evaluates to an empty string, this value / expression is used instead. |
String Replacement | This table allows you to perform replacements on the value before it gets inserted.
- Regular Expression: A Java-style regular expression to test against the value. This will implicitly set the global regex flag.
- Replace With: The value to replace any matched regions with.
|