AbDbf2Xml.exe

SUMMARY

This document describes the use of the AbDbf2Xml.exe.

SYNTAX

AbDbf2Xml.exe <file> [/preserve-deleted ] [ /wait ] [ /r ] [ /t ]

OPTIONS

/preserve-deleted
preserve deleted records
/wait
when the conversion is finished wait for a key press to close the application
/r
subdirectories are converted recursively
/t
remove leading and trailing whitespace in each field

INPUT FILES

file.dbf or file.dbf.xml
File with the extension .DBF or .DBF.XML.

OUTPUT FILES

file.dbf or file.dbf.xml
File with the extension .DBF.XML if the input-file extension is .DBF. or
File with the extension .DBF if the input-file extension is .DBF.XML.

DESCRIPTION

With AbDbf2Xml.exe, files with the extension .DBF can be converted to XML and files with the extension .DBF.XML can be converted back to DBF.

EXAMPLES

c:\vision\bin>abdbf2xml c:\vision\prj\demo\*.dbf /r


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times