Simple example shows how Advanced ETL Processor can automatically extract data from POP3 servers

In fact picture above demonstrates how we process Email orders every day.
It is very simple procedure
Reader connects to POP3 server using SSL and extracts the following information
- Email No
- UID
- Date Sent
- From
- Priority
- Subject
- Message
Since we know the sender it is easy to identify order type using Validator object
Than, individual orders are transformerd using Transformation object and following information extracted:
- Order NO
- Order Data
- Product code
- Customer details
- Order amount



