Data Transformation Engine Map Designer Reference Guide

Chapter 12 - Managing Maps Managing Maps
Map Designer Reference Guide
198
A sample of exported card settings is shown here:
<Input>
<Schema cardnumber="1"
cardname="ContactFile"
typetree="Contact.MTT"
type="ContactFile Data"/>
<SourceRule>
<FetchAs>
<Integral workarea="Create" fetchunit="S"/>
</FetchAs>
<GET>
<FILE_Source>
<FilePath>Contact.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>
Exported Map Rules
Exported map rules provide an xml text version of the map rules compiled in the
exported map. Special and reserved characters are shown using xml standards.
Note The maximum length of a map rule is 32K bytes. The exported size of a map rule
may actually be larger if that map rule contains reserved characters.
For example, the single quote character (') exports as five characters (&quot;).