2.1 Command Line Usage Summary
The general format of the command line usage is as follows:
SwiftCmd.exe [Options] <Request> <SwiftDocument> <Arguments ..>
Where
<Request> represents the action to be performed.
<SwiftDocument> is the path name of the document to perform the action on.
<Arguments ..> are arguments for the request.
[Options] are options applicable to the request.
Valid Requests are
importXML: Import one or more XML files into the Swift
Document.
listXML: List the XML files imported into the Swift Document.
listQueries: List the queries defined in the Swift
Document. (To create queries, please use the Swift XML Converter
(GUI).)
listTables: List the tables defined in the Swift Document.
exportXLS: Export data to Microsoft Excel (XLS) format.
exportMDB: Export data to Microsoft Access (MDB or ACCDB)
format.
exportCSV: Export data to CSV (comma-separated values) format
(compatible with Microsoft Excel).
exportTXT: Export data to plain text (TXT) format.
exportHTML: Export data to HTML format.

