Reference: Character-Conversion Step Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Step Id
| id
| The unique ID of the character-conversion mediation step within the assembly. |
Input
| input
| Specifies where the character-conversion mediation step obtains data as input. There are 5 possible values:
|
Output
| output
| Specifies where the character-conversion mediation step directs the output. There are 5 possible values:
|
Remove Accents
| remove-accents
| Specifies whether the character-conversion step replaces accented characters with non-accented characters in the output message.
Example: if set to true , the character-conversion step replaces é with e. |
Remove Eols
| remove-eols
| Specifies whether the character-conversion step removes end-of-line characters in the output message. |
Uppercase
| uppercase
| Specifies whether the character-conversion step converts all characters to uppercase in the output message. |
Advanced Tab
Property | XML Attribute Name | Description |
|---|---|---|
Description
| description
| A description of the character-conversion mediation step that displays in the consolidated log. You can use this feature to describe the step's function and the data on which it is operating. |
Execute When
| execute-when
| A condition that determines whether the character-conversion step executes. |
Replace Controls
| replace-controls
| Specifies whether the character-conversion step replaces ASCII control characters with spaces in the output message. |