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

AttributeRequired (Y/N)Description
fromYSpecifies the field name before mapping.
toYSpecifies the field name after mapping.
precedenceNDefines the order of operations when applying mappings.
Function typeYShould be set to "String functions".
FunctionYThe type of mapping; must be set to "replacement".
ReplacementYIdentifies 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:

AttributeRequired (Y/N)Description
ReplaceYCharacter or string in the field value to be replaced.
WithYThe character or string that will replace the original.