Extracting email address parts
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.
Procedure
Results
The local part and the domain part are extracted from the email addresses. The extracted data is put into two new columns.