To Lower Case
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation converts all characters in a string or text to their lowercase equivalents. This transformation is often used to standardize text for tasks like case-insensitive comparisons, sorting, or data normalization.
These are the input/output expected data types for this operation:
- Strings to be converted.
- Strings where all uppercase letters (A-Z
) have been converted to their lowercase counterparts (a-z
). Characters that are already lowercase or are not alphabetic (e.g., numbers, symbols, whitespace) remain unchanged.
Suppose you want to convert all the characters of a series of strings in your input data to lowercase:
In your Pipeline, open the required configuration and select the input Field.
In the Operation field, choose To lower case.
Give your Output field a name and click Save. The characters in your input strings will be converted to lowercase.
For example: