Putting the names in lower case - Cloud

Talend Cloud Data Preparation Examples

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend Data Preparation
Content
Data Quality and Preparation > Cleansing data
Last publication date
2024-04-04

Sometimes, you may need to change the case of some text to lower case. This can be useful if you want to append this text to some other text.

The data contained in the two renamed columns starts with an upper case. You will put the all the text in lower case, in order to merge the two columns.

Two columns containing names in upper case.

Procedure

  1. Select the column containing text you want to change to lower case, email_first_name in this example.
  2. In the functions panel, type Change to lower case and click the result to execute the associated function.

    You have the possibility to output the result of this function in a new column by selecting the Create new column check box.

  3. Repeat these steps to put the email_last_name column in lower case.

Results

The text contained in the two columns is now in lower case.
Two columns containing names in lower case.