Skip to content

eyedol/dbf-parser

Repository files navigation

DbfParser

Reads in a .dbf file and parses into an object model

Build the library into a JAR for use.

$ cd dbf-parser
$ ./gradlew clean build

Sample code

To run sample code:

Make sure you have the .dbf file named stock.dbf and is located in your home directory.

$ cd dbf-parser
$ ./gradlew runSample

Credits: Makes use of the jdbf library

About

Sample Implementation of jdbf parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages