Convert data type to int, long, double, boolean
The Convert data type to int, long, double, boolean mapping converts a value in the message to a target data type, such as int, long, double or boolean.
Attributes for Convert Object Node to Array
| Attribute | Required | Description |
|---|---|---|
| From | Yes | Defines the source field for the mapping. |
| To | Yes | Defines where the result should be inserted. |
| Precedence | Yes | Determines the order in which this mapping is applied relative to others. |
| Function type | Yes | Defines the function type. Needs to be "Message Structure functions". |
| Function | Yes | Defines the function. Needs to be "Convert data type to int, long, double, boolean". |
| Target Type | Yes | Defines the target data type. Needs to be int, long, double or boolean. |