Putting the names in lower case - 8.0

Talend Data Preparation Examples

Version
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Data Preparation
Content
Data Quality and Preparation > Cleansing data
Last publication date
2024-01-12

Sometimes, you may have 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.

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.