- CONFIGURING EMAIL SOURCES
- What is an email source?
- POP email sources
- IMAP email sources
- Outlook folder email sources
- File system folder email sources
- How to locate the Outlook PST file
- Filtering incoming emails
- Combining multiple filters to build complex filter rules
- Delete emails from server once downloaded
- Reprocess already processed emails
- Script-based email filters
- EMAIL PARSING
- AUTOMATED PROCESS - BASICS
- AUTOMATED PROCESS - DATABASES
- AUTOMATED PROCESS - EMAILS
- AUTOMATED PROCESS - OTHERS
- MISCELLANEOUS
Row insertion in an Excel file
Email&Parser can insert data from emails in an Excel file. It automatically creates a new row with the specified fields.
Note that old Excel files (.xls) are not supported. Only newer (.xlsx) Excel files can be used by Email&Parser.
For example, given the following email:
We need to extract the fields customer, invoice and quantity and insert them in an Excel file. It can be done this way:
Fields retrieved from the email are inserted in new Excel row
Download this example
How to load example files
A little more advanced way is to process emails that can have multiple sets of cutomer,invoice and quantity. For example:
It can be done adding an Iterator automated process before the Excel automated process:
An email can contain multiple sets of customer, invoice and quantity. Insert each set in a new Excel row
Download this example

