Skip to main content
Best answer

Are there any advanced options for the email parser

  • December 2, 2020
  • 4 replies
  • 398 views

I’m having some issues with the email parser consistently processing emails from TheKnot.com.  Some of the fields I’d like to capture are on a full line, and parser sometimes snags up text from the following line instead of stopping at the line’s end.  One example is the person’s full name - first and last are together on a single line.  The only delimiter is the line break.  (Of course, I understand that separating first name from last name can sometimes be a dicey proposition when people have multi-word names.)

 

Best answer by MitchInOmaha

I ended up signing up with mailparser.io.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

Troy Tessalone
Forum|alt.badge.img+14

andywingrave
Forum|alt.badge.img+9
  • Zapier Expert
  • 854 replies
  • December 6, 2020

Hello! What actually might be a good option is to run your parsed email through a formatter step. With formatter steps you can use special characters to Find & Replace or Split text at a certain point with the following special characters:

  • [:space:] - matches space (\s) characters
  • [:tab:] - matches tab (\t) characters
  • [:newline:] - matches newline (\n) characters
  • [:return:] - matches carriage-return (\r) characters

You can find out more here: https://zapier.com/help/create/format/modify-text-formats-in-zaps#find-replace-or-split-special-characters

Let us know if that helps!


nicksimard
Forum|alt.badge.img+11
  • Zapier Staff
  • 2115 replies
  • March 2, 2021

Hi @MitchInOmaha!

Since this was a little while ago, I wanted to check in to see if you’d managed to solve this using one of the suggestions above, or whether you still needed help here. Please let us know!


  • Author
  • Beginner
  • 1 reply
  • Answer
  • March 3, 2021

I ended up signing up with mailparser.io.