Data Transformation Engine Design Studio Tutorial

Design Studio Tutorial
70
Chapter 3 - Modifying the Mail.mms
Map Source File
The ContactToLabel map introduced in Chapter 1 used a single customer record
to generate a single mailing label. In this exercise, you copy the ContactToLabel
map to a new name in the same Mail.mms map source file. You map multiple
records that may contain the optional middle names to multiple labels.
After you complete the exercises in this chapter, the Mail.mms map source file
will contain the original ContactToLabel map and the new ContactToFullLabel
map. The ContactToFullLabel map uses the FullContact.txt as the data source,
and generates the Label.txt output file.
Objectives
This exercise copies an input card to create a new map, and introduces map rules
and functions.
By completing the exercises for Chapter 3, you will learn how to use the Map
Designer to:
Copy an existing card to a new map.
Create an output card.
Use the What's This Help.
Create a functional map using the Functional Map Wizard.
Enter and edit map rules.
Use the
IF function to evaluate a conditional expression.
Use the
PRESENT function to check for the presence of an object.