Skip to main content Skip to complementary content

Creating a Job for retrieving emails and extracting email data

In this example, we are going to design a Job to do the following:

  • Read emails from an email server and store it in a local directory
  • Read the email files from the local directory
  • Extract standard key data from the email files
  • Print the extracted data on the console window

Procedure

  1. Create a new Job and add a tPOP component, a tFileList component, a tFileInputMail component and a tLogRow component to the Job.
  2. Link the tFileList component to the tFileInputMail component using a Row > Iterate connection.
  3. Link the tFileInputMail component to the tLogRow component using a Row > Main connection.
  4. Link the tPOP component to the tFileList component using a Trigger > On Subjob Ok connection.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!