homehome previousprevious nextnext
 
Setting Data Format (Step 4)

You are allowed to customize formats applied to exported data.

Include column titles
Field names will be included into the exported file if this option is on.

Append
Append records to the existing file.

Continue on errors
Ignores errors that are encountered during the export process.

Use Attributes Format in XML (apply on XML format only)

Attributes Format

<RECORDS>
<RECORD OrderNo="1003" ItemNo="1" PartNo="1313" Qty="5" Discount="0"></RECORD>
<RECORD OrderNo="1004" ItemNo="1" PartNo="1313" Qty="10" Discount="50"></RECORD>
</RECORDS>

Non-Attributes Format
<RECORDS>
<RECORD>
<OrderNo>1003</OrderNo>
<ItemNo>1</ItemNo>
<PartNo>1313</PartNo>
<Qty>5</Qty>
<Discount>0</Discount>
</RECORD>
<RECORD>
<OrderNo>1004</OrderNo>
<ItemNo>1</ItemNo>
<PartNo>1313</PartNo>
<Qty>10</Qty>
<Discount>50</Discount>
</RECORD>
</RECORDS>

 

Hint: Only related options will be enabled according to the selected table type in Step 1.



 

 

Copyright 1999 - 2007. PremiumSoft TM CyberTech Ltd All rights reserved
MySQL TM is a trademark of MySQL AB in the United States and other countries.