2.5 Export XML data to Microsoft Access

For exporting XML data from a Swift Document to Microsoft Access (MDB or ACCDB) format, use the exportMDB action as follows: This command exports all tables and queries in the Swift Document ‘Data.xdb’ to an Access database ‘Data.mdb’.

 
SwiftCmd.exe exportMDB Data.xdb Data.mdb

You can specify specific tables and/or queries to export by listing them out on the command line.

 
SwiftCmd.exe exportMDB Data.xdb Data.mdb Query_1 Query_2 .. Table_1 ..

Please note that if a query has the same name as an existing table, the query will be exported. To have the table of the same name to be exported instead, please prepend the table name with a ^ as follows:

 
SwiftCmd.exe exportMDB Data.xdb Data.mdb ^Name_1 ^Name_2

By default, existing output files will not be overwritten. To overwrite the output file (‘Data.mdb’), use the -w option:

 
SwiftCmd.exe -w exportMDB Data.xdb Data.mdb

The Access database created is compatible with Access 2003. You can specify a different version of access using the ‘-a <Version>’ as follows:

 
SwiftCmd.exe -a <version> exportMDB Data.xdb Data.mdb

Valid values for ‘Version’ are:

2007: For Microsoft Access 2007.

2003: For Microsoft Access 2003.

97: For Microsoft Access 97.

Argon DataViz

Create Pivot Tables and Pivot Charts from Large Datasets.

Swift XML Converter

Query & extract XML data into Microsoft Excel (XLS), Microsoft Access (MDB or ACCDB), or CSV.

Exult Standard

Convert XML into Microsoft Excel (XLS), Microsoft Access (MDB or ACCDB), or CSV.

Exult SQL Server

Shred and import XML into SQL Server.

Exult MySQL

Import XML data into automatically created MySQL tables.

Exult Oracle

Import XML into Oracle.