Use the Character Mapper component window to define mapping rules for data that passes between the input port and output port.
Type |
Syntax |
Example (@) |
---|---|---|
Character |
% |
@ |
ASCII decimal |
<%> |
<64> |
ASCII hexadecimal |
<0x%> |
<0x40> |
Unicode decimal |
<u%> |
<u0064> |
Unicode hexadecimal |
<u0x%> |
<u0x0040> |
% represents the respective character code.
Mapping |
From |
To |
---|---|---|
Umlaut internationalization |
Ä |
Ae |
Keyword translation |
kunde |
customer |
Delete CR LF from string |
<13><10> or <0x0D><0x0A> |
|
Replace the lira currency symbol with the euro currency symbol |
<u8356> or <u0x20A4> |
<u8364> or <u0x20AC> |