Beast Mode

Beast Mode

Change email format for a join

I am trying to merge two sources in domo. I want the last part of email to be all lowercase. In one source some of the emails are name@TechCompany. I want everything after the @ to be techcompany and all lowercase. What formula can I use for this?

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In

Best Answers

  • Contributor
    Answer ✓

    Try lower(`email address`)

  • Answer ✓

    In Magic ETL, use the text formatting tile. Select the column containing your email values and then apply All lower case. In a beastmode you would use: LOWER(`Field`)

    If I solved your problem, please select "yes" above

  • Answer ✓

    For a join it is safest to force the entire email to lowercase. ColemenWilson@henryscheinone.com wouldn't join with colemenwilson@henryscheinone.com

    If I solved your problem, please select "yes" above

Answers

  • Contributor
    Answer ✓

    Try lower(`email address`)

  • Answer ✓

    In Magic ETL, use the text formatting tile. Select the column containing your email values and then apply All lower case. In a beastmode you would use: LOWER(`Field`)

    If I solved your problem, please select "yes" above

  • If you only want to apply it to the after the @, you could split it at the @, lower the company and keep the part before it uppercase

  • Answer ✓

    For a join it is safest to force the entire email to lowercase. ColemenWilson@henryscheinone.com wouldn't join with colemenwilson@henryscheinone.com

    If I solved your problem, please select "yes" above

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In