Data Transformation Engine Map Designer Reference Guide
Chapter 12 - Managing Maps Managing Maps
Map Designer Reference Guide
197
The mapname.xml file generated with the Export command includes detailed
information about the map:
♦ Map information and map settings
♦ Input card name and input card settings
♦ Output card name, output card settings, and map rules
Note To view the exported XML file in a browser, use the mapsettings.dtd and the
mms.dtd files provided in the install_dir\Examples directory. Export maps to the
example location or copy the appropriate dtd file to the export map location.
Exported Map Settings
Exported map settings provide a text version of the map settings compiled in the
exported map.
Note Overrides are used at run time are not included in the exported map settings.
A sample of exported map settings is shown here:
<MapAudit Switch="ON">
<BurstAudit>
<Data.OnBurstError SizeValidation="WrongSize"/>
<Execution.Never/>
</BurstAudit>
<SummaryAudit execution="OnError"/>
<SettingsAudit data="OnError" map="OnError"/>
<AuditLocation.File>
<Directory.Map/>
<FileName.Default action="Create"/>
</AuditLocation.File>
</MapAudit>
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.
Note Overrides are used at run time are not included in the exported card settings.