Export DBF to Text

Converting a DBF database to a plain text file is a seemingly easy task that still has a lot of caveats. DBF Viewer 2000 delivers fast and reliable way to effortlessly convert literally any DBF file to the text format. The program supports extra large files, works with DBF files created in any framework including dBase III, IV, FoxPro, Visual FoxPro and others, and supports automated processing thanks to command line operation.

So, how can you convert a DBF to a text file using DBF Viewer 2000? Here is a step-by-step:

First of all, open the DBF file you want to convert in the program and run the Export command from the menu. Then, specify the file name of the output text file. The data from the source DBF will be saved to that file.

Now, configure the exporting.


Export DBF to Text Screenshot

As you can see on the picture above, you can select which fields you want to export and arrange the remaining fields in the arbitrary order using the arrows.

There are also a number of data modification options such as skipping deleted records or enclosing text fields in quotes – useful when text fields may contain spaces or special symbols.

Click OK when done. The program will rapidly convert the DBF to text.

One of the biggest advantages of converting with DBF Viewer 2000 is its support for command line operation. Conveniently, you don’t even have to compose the command line string yourself. Simply select the options you need once and click the Command line button to get the command you can use later.

DBF to Text Exporting via Command Line

"c:\Program Files\DBF Viewer 2000 (x86)\dbview.exe" srcfile.dbf /EXPORT:dstfile.txt [/FILTER | /WFILTER | /REVERSE | /COLUMNS | /FROMRECORD | /SORTBY:field | /SEP]

Simple Exporting

"c:\Program Files (x86)\DBF Viewer 2000\dbview.exe" sample.dbf /EXPORT:sample.txt

Using UTF-8 encoding

"c:\Program Files (x86)\DBF Viewer 2000\dbview.exe" mybase.dbf /EXPORT:mytext.txt /utf8

Export DBF to Text with columns selection

"c:\Program Files\DBF Viewer 2000\dbview.exe" sample.dbf /EXPORT:sample.txt /COLUMNS:ZIP,STEET

Exporting in Reverse mode (from Last to First)

"c:\Program Files\DBF Viewer 2000 (x86)\dbview.exe" sample.dbf /EXPORT:myreport.txt /reverse

Do you need other options for exporting to Text format?

Please, contact us by E-mail: support@dbf2002.com or by On-line form.


DOWNLOAD NOW

Updated Fri, 22 Mar 2024

See also: DBF to Excel, DBF to CSV, DBF to SQL, command line options, Filtering records in dbf file

Back to DBF Viewer 2000 Home