Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With the IMAP protocol, a subfolder can be specified, as in the example below. But if you leave Folder blank, emails will be read directory from the Inbox.

 

Set up file collector to load email messages and/or attachments

Emails will be collected from the email account you have set up, and stored on the PhixFlow server. From this store, you can read these in using a file collector.

...

FieldValue
Source TypeManaged File
File TypeThe type of the attached file, or for reading the email message itself (the body), probably CSV
File Location StrategyAll Files in Folder
Tag

If a tag is being set (see below), the tag name surrounded by double quotes. E.g.:

Code Block
"accdataemail"

If a tag is not being set:

Code Block
"default"


Input Directory Expr.


Code Block
"in"


Directory Pattern Expression


Code Block
".*"


File Pattern Expression

A pattern to match attached files, e.g. to find attached files with names like AccData-20170426.xlsx:

Code Block
"AccData.*xlsx"

or if you want to read in the email message (the body) this will be just:

Code Block
"body.txt"


Archive Directory Expression


Code Block
"archive"


Image Added

Setting a tag

You can set a tag for the emails by including

...