Table of Contents
1. Easy XML Conversion
2. Example XML Conversion walkthroughs
2.1 Convert XML to Microsoft Excel (XLS)
2.2 Convert XML to Microsoft Access database (MDB or ACCDB)
2.3 Convert XML to CSV (Comma Separated Values)
3. Using Exult
3.1 The Welcome Screen
3.2 The Trial Screen
3.3 The Registration Screen
3.4 XML File Selection Screen
3.5 XML Processing Screen
3.6 The Data Preview Screen
3.7 Merging Tables to create a view
3.8 The Output Type Screen
3.9 Excel Output Options Screen
3.10 Microsoft Access Output Options Screen
3.11 CSV and Text Output Options Screen
3.12 HTML Output Options Screen
3.13 Save Progress Screen
3.14 The Finish Screen
3.15 Table Relationships
4. Using Exult from the command line
4.1 How to convert XML from the the command line
4.1.1 Convert XML to Excel(XLS) using the command line
4.1.2 Merge multiple XML files and convert to Excel(XLS) using the command line
4.1.3 Extract XML data to Microsoft Access MDB using the command line
4.1.4 Import XML to Microsoft Access ACCDB files from the command line
4.1.5 Convert XML to CSV from the command line
4.2 Command Line Reference
4.2.1 Specify the Output type using the -t option
4.2.2 Specify the version of Microsoft Access version using the -a option
4.2.3 Specify the Output directory using the -d option
4.2.4 Specify the Output file using the -f option
4.2.5 Dry-run (no execution) using the -n option
4.2.6 Disable progress reporting using the -q option
4.2.7 Specify the separator for text output using the -s option
4.2.8 Overwrite existing files using the -w option