Extracting the local and domain parts from email addresses - 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-03-21

An email address, such as user@talend.com, is made up of two parts separated by the @ symbol: the local part (user in this example) and the domain part (talend.com in this example).

The two parts of an email address can be extracted and copied to two new columns.

You will extract the two parts of the email addresses to make it easier to upload to the marketing solution.

Procedure

  1. Select the email column.
  2. In the functions panel, type Extract email parts.
    Preview of the Extract email parts function where the email column is split into two parts.
  3. Click the Submit button to execute the Extract email parts function.

Results

The local part and the domain part are extracted from the email addresses. The extracted data is put into two new columns.