Objectives
To extend the previous exercise to do the following:
The email subject line will contain a department code, which will be used by the transform (Employee file to CSV file) to create a CSV file of employees in the department.
This type of processing sequence could be used to handle many different types of inquiry via email. For example, a product enquiry to return price, stock availability or specification information.
This tutorial requires two email addresses:
Retrieve from your own email account. The MAIL_RECEIVE activity will retrieve a single email message from the inbox. You will need to send a request to this email account.
Steps
To meet these objectives you will complete the following:
Before You Begin