user05787 Member

Comments

  • ETL: Long story short, you will create a new column, copy email to that new column and then strip out the data pre '@'. Here are the steps: * Pull in your Input DataSet * Add a Constants (new column) set Type = text and Constant = empty string * Set a Column Value to copy data from, ie copy the Email field * Replace Text…