toUpperCase
The toUpperCase task converts all characters of an input string to uppercase. Characters that are already uppercase are not affected.
Potential use case
Use this task when a southbound database requires a specific field to have all uppercase characters.
Properties
Example
In this example:
stris provided by the output ofNewVariable:myVariable, a reference task located elsewhere in the workflow. The reference variable isvalue, which contains a lowercase string such asitential,llc.- The outgoing
uppercaseStringisITENTIAL,LLC.
