vote up 1 vote down star

I have only found trial versions of these converters. Does anyone know a free one? Any of the following target formats will do:

CSV, MDB, SQL, XLS

flag

DBF as in dBase III / IV ? – marc_s Aug 10 at 20:29
DBF as in ESRI Shapefiles (SHP), probably the same as dBase II – Jader Dias Aug 10 at 20:32
1  
There's a very high probability the command line tool ogr2ogr (part of the gdal ogr utilities) can also perform this for you as it reads/writes almost all common GIS formats. – ChristopheD Aug 10 at 22:05

4 Answers

vote up 2 vote down check

There's Exportizer (http://www.vlsoftware.net/exportizer/index.html) which also comes with a $$$$ "Pro" version, and DBF Viewer Plus (http://www.alexnolan.net/software/dbf.htm) by Alex Nolan.

Both are freeware, both should allow you to export to at least CSV (or more).

Marc

link|flag
vote up 1 vote down

Hello, I wrote an article some years ago, about converting dbf's into datasets (xml readable by DataSet.ReadXml's function), however, it can be slow on big dbf's ,you can try it free though.

Article.

link|flag
vote up 1 vote down

For XLS or CSV, use OpenOffice.org.

link|flag
The first row will be field names, followed by type abbreviation, field width (if applicable), and decimal places (if applicable). There's probably an option to turn off this behavior. In the mean time if you have MS Excel, it defaults to not adding this information into the first row cells. – mpbloch Aug 10 at 20:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.