Imports data from attachments of emails. Supports only IMAP accounts.
Before you can scrape attachments from emails you have to give Workflows access.
extract:
conn_id: imap
folder: INBOX
filter:
subject: TEST FILE 3000 LINES COMPRESSION = NONE
property | type | required | description |
---|---|---|---|
conn_id | string | no | Default is imap . Connection string as handed to you by the Onesecondbefore team. |
folder | string | no | Default is INBOX . But can be any folder in your email account. |
filter | object | no | Please refer to properties of filter object below. |
If you use filtering (see above) in the extract. You have to add an object every time with the fields below.
property | type | required | description |
---|---|---|---|
from | string | no | Include email if substring matches the from field. |
to | string | no | Include email if substring matches the to field. |
subject | string | no | Include email if substring matches the subject field. |
item | description |
---|---|
Pre-formatted schema | No. This from task does not come with a pre-formatted schema. Define file and it is required to define the schema
if you use Snowflake. BigQuery can auto-detect the source file.
|