See the supported connectors for Application Integration.
TO_DOUBLE function
TO_DOUBLE
function
Function Name | Description | Usage | Input parameter | Return value |
---|---|---|---|---|
TO_DOUBLE |
Converts a string or an integer to a double. | TO_DOUBLE() |
N/A | A double. |
Supported data type
The TO_DOUBLE
function supports the following data types:
- Integer
- JSON
- String
Example 1: Convert a string to a double
Sample data: $var1$ = "2.5"
Usage: $var1$.TO_DOUBLE()
Output: 2.5
Example 2: Convert an integer to a double
Sample data: $var1$ = 22
Usage: $var1$.TO_DOUBLE()
Output: 22.0
Recommendation
- Learn how to add and configure a Data Mapping task