CodePageFallback

Use the CodePageFallback map setting to specify the code page conversion fallback behavior when mapping between objects with a specific data language set and there is a character found that is not defined in the target character set during the conversion process. The default value is Skip.

Value
Description
Skip

Skip a character that cannot be converted to the target code page.

When a character is skipped, the result is that the content of the target data is a character shorter than the content of the source data.

Substitute

If you select Substitute, the Substitute Value property opens.

Specify any value for the Substitute Value property. At run time, if a string contains a character that is not defined in the target character set, the mapping process replaces the character with the substitute character or string that you specified in the Substitute Value property.

If you do not specify a value for the Substitute Value property, the mapping process replaces the character that is not defined in the target character set, with the International Components for Unicode (ICU) substitution character that is specified in the conversion tables.