To Upper Case
Last updated
Was this helpful?
Last updated
Was this helpful?
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 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: