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.
Overrides that are used at run time are not included in the exported card settings.
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>