Data Transformation Engine Design Studio Tutorial

Chapter 16 - Exporting a Map Summary
Design Studio Tutorial
272
Exported Card Settings
Exported card settings provide a text version of the card settings compiled in the
exported map. Exported output card settings also contain map rules.
The input card #1 Header exported card settings is shown here:
<Input>
<Schema cardnumber="1"
cardname="HeaderFile"
typetree="TwoFiles.mtt"
type="Header File Input Data"/>
<SourceRule>
<FetchAs>
<Integral workarea="Create" fetchunit="S"/>
</FetchAs>
<GET>
<FILE_Source>
<FilePath>header.txt</FilePath>
<FILE_Source.Transaction OnSuccess="Keep"
OnFailure="Rollback" scope="Map"/>
<Retry Switch="OFF" maxattempts="0" retryinterval="0"/>
</FILE_Source>
</GET>
<Backup Switch="OFF" When="Always">
<File_Backup Action="Create">
</File_Backup>
</Backup>
</SourceRule>
</Input>
Summary
The exported xml open document interface is useful for:
Storing and retrieving map definitions in a repository.
Printing map definitions.
Global impact analysis.
Converting business rules from other sources to map rules.
Documentation.
Exported maps also provide an alternate format for storing map definitions in xml
format in version control systems. The mapsettings.dtd and the mms.dtd files
are required to view the exported xml file in a browser.
Note Close all maps, type trees, and text files.