Difference between revisions of "ChangeCharTransformation"
(Created page with "==Description== ChangeCharTransformation element defines a change char transformation. =={{GVESB}} Configuration== The ChangeCharTransformation Element is used by: Transforma...") |
(→{{GVESB}} Configuration) |
||
Line 28: | Line 28: | ||
* [[Description]] | * [[Description]] | ||
* [[AddTagTransformation#TransformationAlias|TransformationAlias]] | * [[AddTagTransformation#TransformationAlias|TransformationAlias]] | ||
− | * [[CharConversion]] | + | * [[#CharConversion|CharConversion]] |
===CharConversion=== | ===CharConversion=== |
Latest revision as of 10:00, 3 April 2012
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: