Skip to content

Split Email Address

Description

This activity splits the specified column containing the email address into two parts in two different columns- the local part and the domain part.

Input

Data only

Output

Transformed Data


Configuration Fields

  1. Column Name Allows single select, must contain the email address.
  2. Local part column The column name where the local part of the email address will be inserted.
  3. Domain column The column name where the domain part of the email address will be inserted.

Sample Input

idnameemail
1Alice Smithalice.smith@example.com
2Bob Brownbob.brown@sample.org
3Charlie Leecharlie.lee@test.edu
4Daisy Adamsdaisy.adams@company.com

Sample Configuration

alt text


Sample Output

idnameemaillocal_partdomain_part
1Alice Smithalice.smith@example.comalice.smithexample.com
2Bob Brownbob.brown@sample.orgbob.brownsample.org
3Charlie Leecharlie.lee@test.educharlie.leetest.edu
4Daisy Adamsdaisy.adams@company.comdaisy.adamscompany.com