DBF Viewer 2000
DBF Viewer 2000 Online Help Prev Page Prev Page
Introduction
Hotkeys
Command line options
Working with dbf files
Opening DBF files
Creating New DBF file
Modifying dbf file structure
Viewing statistics
Import/Append records
Save As/Export
Working with records
Adding records
Editing records
Deleting records
Replacing records
Filling records
Sorting records
Searching and Filtering
Searching by criteria
Filtering records
How To
Export DBF to CSV
Export DBF to XLS (Excel)
Export DBF to XML
Export DBF to SQL
Commands
File
Edit
View
Tools
Options
Information
Support
How to purchase
Download DBF Viewer and Editor Top  Previous  Next

Export DBF to XML

With DBF Viewer 2000 you can export dbf files to xml file format from GUI or from the command line. To export a dbf file to xml format, open File | Save as/Export menu, and select file type: XML.

Export to dialog box opens. Select the fields to be exported and specify their order using up and down arrows.

 

Export DBF to XML Screenshot

 

Export DBF to XML from the command line:

 

"c:\Program Files\DBF Viewer 2000\dbview.exe" file.dbf /EXPORT:file.xml [/FILTER | /WFILTER | /REVERSE | /COLUMNS | /FROMRECORD | /SORTBY:field]

 

example 1, simple export dbf to xml

"c:\Program Files\DBF Viewer 2000\dbview.exe" sample.dbf /EXPORT:sample.xml

example 2, export dbf to xml in reverse mode

"c:\Program Files\DBF Viewer 2000\dbview.exe" sample.dbf /EXPORT:sample.xml /REVERSE

example 3, export dbf to xml with columns selection

"c:\Program Files\DBF Viewer 2000\dbview.exe" sample.dbf /EXPORT:sample.xml /COLUMNS:ZIP,NAME,PHONE

example 4, export dbf to xml with sorting

"c:\Program Files\DBF Viewer 2000\dbview.exe" sample.dbf /EXPORT:sample.xml /SORTBY:CITY

example 5, export dbf to xml with wide filter

"c:\Program Files\DBF Viewer 2000\dbview.exe" sample.dbf /EXPORT:sample.xml /wfilter:alaska

 

Download DBF Viewer and Editor

See also: DBF to XLS (excel), DBF to CSV, DBF to SQL, command line options, Filtering records in dbf file

Copyright © HiBase Group, 2002-2013