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. If you select Apply Same Target File to Selected Table option for multiple tables in step 2, check this option to append the records.

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.