See the supported connectors for Application Integration.
TO_UPPERCASE function
TO_UPPERCASE
function
Function Name | Description | Usage | Input parameter | Return value |
---|---|---|---|---|
TO_UPPERCASE |
Converts all the characters in a string to uppercase. | TO_UPPERCASE() |
N/A | A string with all characters in uppercase. |
Supported data type
The TO_UPPERCASE
function supports the following data type:
- String
Example: Convert a string to uppercase
Sample data: $var1$ = "Integrations Test"
Usage: $var1$.TO_UPPERCASE()
Output: INTEGRATIONS TEST
Recommendation
- Learn how to add and configure a Data Mapping task