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 Smith[email protected]
2Bob Brown[email protected]
3Charlie Lee[email protected]
4Daisy Adams[email protected]

Sample Configuration

alt text


Sample Output

idnameemaillocal_partdomain_part
1Alice Smith[email protected]alice.smithexample.com
2Bob Brown[email protected]bob.brownsample.org
3Charlie Lee[email protected]charlie.leetest.edu
4Daisy Adams[email protected]daisy.adamscompany.com