Skip to main content

Replacement

The replacement mapping is designed to modify special characters in field values that require alteration before they can be processed or sent. This mapping identifies the characters to be replaced and uses a separately defined replacement scheme to perform the modifications. Here's a breakdown of the attributes required to configure a replacement mapping:

Replacement Mapping Attributes

AttributeRequiredDescription
FromYesSpecifies the field name before mapping.
ToYesSpecifies the field name after mapping.
PrecedenceYesDetermines the order in which this mapping is applied relative to others.
Function typeYesShould be set to "String functions".
FunctionYesThe type of mapping; must be set to "replacement".
ReplacementYesIdentifies the specific replacement definition to use.

Replacement Definition Attributes

To define the actual replacement action, the following attributes are set within a separate replacement entity:

AttributeRequiredDescription
ReplaceYesCharacter or string in the field value to be replaced.
WithYesThe character or string that will replace the original.