I'm facing a difficulty when importing using ImportOmatic where sometimes MailChimp provides emails with the ending +guestcheckout. How can I create a dictionary to remove +guestcheckout from the end of the email address?
For example:
joe@email.com+guestcheckout to be corrected to joe@email.com
I've attempted to replace +guestcheckout with --BLANK-- but it did not work when we tested it.
Thank you!
1 Comment
J
John Shephard
said
over 3 years ago
Hi Bo Wen,
You'll need to use a regular expression for this. Value to match on is \+guestcheckout with replacement value of --BLANK-- and check the box for use regular expressions.
Bo Wen Liu
I'm facing a difficulty when importing using ImportOmatic where sometimes MailChimp provides emails with the ending +guestcheckout. How can I create a dictionary to remove +guestcheckout from the end of the email address?
For example:
joe@email.com+guestcheckout to be corrected to joe@email.com
I've attempted to replace +guestcheckout with --BLANK-- but it did not work when we tested it.
Thank you!