ChangeCharTransformation
Description
ChangeCharTransformation element defines a change char transformation.
GreenVulcano® ESB Configuration
The ChangeCharTransformation Element is used by: Transformations.
The following table shows its attributes:
Attribute | Type | Description |
---|---|---|
type | fixed | This attribute must assume the value transformation. |
class | fixed | This attribute must assume the value it.greenvulcano.gvesb.gvdte.transformers.bin.bin2xml.ChangeCharTransformer |
name | required | Transformation name.
The attribute's value cannot be null. |
InputChar | required | The hex code of char to be replaced.
The attribute's value cannot be null. |
OutputChar | required | The hex code of replaced char. |
CSV2XMLTransformation might contain the following sub-elements:
CharConversion
The CharConversion Element is used by: ChangeCharTransformation.
The following table shows its attributes:
Attribute | Type | Description |
---|---|---|
InputChar | required | The hex code of char to be replaced.
The attribute's value cannot be null. |
OutputChar | required | The hex code of the replaced char.
The attribute's value cannot be null. |
Might contain the following sub-element: