WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Convert
The Convert transform implements a schema type cast on the input to match the output. If the type cast cannot be performed on the input instance value, an exception is thrown and the map processing stops.
Use the Convert transform to move a simple input element to an output element, when both elements are defined in the relevant schema models with different types. For example, you might have an input element with type xsd:int and an output element with type xsd:decimal. The Convert transform changes the input with an int type to an output with a decimal type.
For information about the Mapping node, see Mapping node.