pwnawannab
Technical User
I have a filed in a table populated with multiple email addresses and subject lines. Each record can contain multiple entries of unique of email/subject combinations. I'd like to extract only the email string and place each individual email as a separate record in another table. Email address and subject are separated by : colon. Multiple email/subject entries are separated by a + plus. Here's an example of a single field:
name1@domain1.com:subject1+name2@domain2.com:subject2+name3@domain3.com:subject3
Some fields are empty.
Does anyone have suggestions on the best approach? code samples?
Thank you.
name1@domain1.com:subject1+name2@domain2.com:subject2+name3@domain3.com:subject3
Some fields are empty.
Does anyone have suggestions on the best approach? code samples?
Thank you.