I have a data set of email addresses and i've used a beast mode calc to create a new field for the domains.
RIGHT(Sent Email
,((LENGTH(Sent Email
))-(INSTR(Sent Email
,'@'))))
The issue I'm having is that some of the email values also include the bracketed name of the user so some
of the results are coming back looking like this:
hotmail.com>
gmail.com>
Is there an additional beast mode calc i can do against this new field I've created to eliminate that character when it exists. When it is there, its always the last character.
I'm non-tech, have zip experience in ETL and have my available dev team members focused on outward (client) facing priorities. My hope is there is a beast mode approach as I'm gaining familiarity there.
Thanks so much.