novixys

Exult Standard

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

Download
a Free Trial
Buy Now
for US$150 $105

Exult SQL Server

Import XML into SQL Server.

Download
a Free Trial
Buy Now
for US$250

Exult MySQL

Import XML into MySQL.

Download
a Free Trial
Buy Now
for US$195 $125

Exult Oracle

Import XML into Oracle.

Download
a Free Trial
Buy Now
for US$500

Home » Documentation » Swift Command Line

2.3 Import XML

Import an XML file into a Swift Document as follows:

 
SwiftCmd.exe importXML Data.xdb C:\Path\To\XML\file.xml

Import multiple XML files as follows:

 
SwiftCmd.exe importXML Data.xdb file1.xml file2.xml ..

To specify a wildcard to select multiple XML files, use the following command line:

 
SwiftCmd.exe importXML Data.xdb *.xml

Import XML from a URL be specifying the URL as follows:

 
SwiftCmd.exe importXML Data.xdb http://www.example.com/path/to/file.xml

If the website requires a user name and password, please specify the URL as follows:

 
http://username:password@www.example.com/path/to/file.xml

You could also fetch files using FTP by specifying the URL as follows:

 
ftp://username:password@ftp.example.com/path/to/file.xml