Hello,
I have a field in a table which has these types of emails in it.
| Email |
| tariq.jamal@gmail.com |
| tariq.jamal+45@gmail.com |
| johnmackenzie@gmail.coom |
I want to extract the first part only without + sign and domain
Expected Result (for above three records)
tariq.jamal
tariq.jamal
johnmackenzie
How can I do this in Alteryx Designer?