Data Transformation Engine Design Studio Tutorial
Chapter 11 - Partitioning Types to Simplify Map Rules Deliver Map Source File
Design Studio Tutorial
218
Deliver Map Source File
You need to create the Deliver.mms map source file to contain two executable
maps:
♦ OrdersByDept
♦ ActivityReport
Create the Deliver.mms map source file.
OrdersByDept Executable Map
The OrdersByDept map uses one data source (deliver.txt) and generates two
output files (acct.txt and order.txt).
♦ Create the OrdersByDept map in the Deliver.mss map source file.
♦ Use the Deliver.mtt type tree.
The input data source is the deliver.txt file. The data object that represents this
file is the CollectionFile group type.
You need two output cards to generate two output files:
♦ The acct.txt text file for the accounting department.
♦ The order.txt text for the order entry department.
Note Each input and output file is defined by the same CollectionFile type in the
Deliver.mtt type tree.