Hi
Is there a way to tell the Email Parser to ignore all subsequent text that appears after a specific value in an email?
Our Outlook attaches long legal disclaimers after the “yours ...” salutation, that I do not need to parse, and in some cases causes the wrong value to be extracted.
I’m currently sending value pairs like:
Firstname: John
Lastname: Bloggs
Email: j.bloggs@anytown.com
but the parser can be hit and miss.
I can send a more rigid form like XML or JSON or pipe delimited, would be interested in learning if there is a 100% guaranteed way to assure the email body data is extracted properly from an email.
Many thank