This operation converts all characters in a string or text to their uppercase equivalents.
These are the input/output expected data types for this operation:
- Strings to be converted.
- Strings where all lowercase letters (a-z
) have been converted to their uppercase counterparts (A-Z
).
Suppose you want to convert all the characters of a series of strings in your input data to uppercase:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose To upper case.
Give your Output field a name and click Save. The characters in your input strings will be converted to uppercase.
For example:
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.