libdbf 0.0.1 review
Downloadlibdbf is a C-library for reading dbase files. dBASE Converter is a command line tool to show and convert the content of dBASE III
|
|
libdbf is a C-library for reading dbase files.
dBASE Converter is a command line tool to show and convert the content of dBASE III, IV, and 5.0 files.
dBASE Converter project reads dBASE databases and prints the content to the screen or converts it to CSV files or SQL instruction sets.
It reads xBASE-compatible databases and prints the content to the screen or converts it to comma-separated (*.csv) files which can be opened in Excel, StarOffice, and most other spread sheets. It can also be used to show some statistics about the content.
NOTES
If you have problems to build your own binary of libdbf, please read the following.
Error Message:
Can't locate object method "path" via package "Request"
at /usr/share/autoconf/Autom4te/C4che.pm line 69
Solution:
Execute the command
rm -rf autom4te.cache/
in the libdbf directory and run autogen.sh again.
libdbf 0.0.1 search tags