How to convert dbf file to CSV format

DBF to CSV Converter allows you to convert one or move dbf files to csv format.

There are
DBF to CSV Converter for Windows
DBF to CSV Converter for OS X

Both converters can work:
- as a standalone application
- as a command line tool

You have to select one or more source dbf files, choose the output file or folder, and there are various options to customise the output file.
You can define a field delimiter, quotes, date and logical formats, remove blank characters, etc.

The same parameters are available in the command line interface.
It allows you to run the program with predefined parameters manually or using scheduler to automatize routine work.

For example:

dbf2csv.exe c:\source\file.dbf -output=d:\target\ -batch -fields=; -quotes=1

dbf2csv.app ./source/file.dbf -output=./target/ -batch -fields=, -spaces=trailing