All,
I have a data field which has the customer email address in it.
I need to strip out certain characters and format the data in an export format I can use.
Original Data Format is:
SMTP:{user@company.com}user@company.com
I only need the real email data between the {} brackets.
How can I reformat ? or extract this data ? to be ONLY:
user@company.com
Second, I'd like to filter on duplicate fist/last names or email addresses and only have the entry show up one time on my report.
{Incident.Client Email}
{Incident.First Name}
{Incident.Last Name}
LB this is probably an easy one for you ! thanks for your help on my last problem !! much much appreciated.
Thanks in advance all,
-BK
I have a data field which has the customer email address in it.
I need to strip out certain characters and format the data in an export format I can use.
Original Data Format is:
SMTP:{user@company.com}user@company.com
I only need the real email data between the {} brackets.
How can I reformat ? or extract this data ? to be ONLY:
user@company.com
Second, I'd like to filter on duplicate fist/last names or email addresses and only have the entry show up one time on my report.
{Incident.Client Email}
{Incident.First Name}
{Incident.Last Name}
LB this is probably an easy one for you ! thanks for your help on my last problem !! much much appreciated.
Thanks in advance all,
-BK