☰  TOPICS

Capturing text with “Starts after… continues until…”

See also:
What is an email parser?
Capturing text with “Filtering and Replacing”
Capturing text with Regular Expressions
Capturing text with a Script
Example – Filter incoming emails, parse data and write to Excel file

setting up automatic text capturing with delimiters in Email Parser

The text capture method “Starts after… continues until…” is the easiest way to extract a piece of text from an incoming email. To set it up, you just have to define two parameters: where the text starts and where it ends. For example:

When the email is processed, Email Parser will look for these boundaries and determine the text to capture:

defining the text boundaries to capture an invoice number

There are different ways to identify the boundaries of the text:

the different types of delimiters available for this parsing method

If the boundaries of the text are not always exactly the same, you may find it useful to use regular expressions. They are useful if, for example, there is an indeterminate amount of spaces between characters:

using a regular expression as a delimiter in Email Parser

The regular expression invoice\s*= will match any text that has zero, one or more spaces between invoice and the = symbol. You can find more information regarding regular expressions here.

Another very common method of capturing text is by its line-column position. This is useful when the text is always in the same position:

using specific text positions for parsing in Email Parser

© 2008-2026 Triple Click Software Ltd.
News & Updates·Service status

Windows App privacy police and terms of use
Web App privacy police and terms of use

This site privacy police and terms of use
PAD file·Old news