eyedol / dbf-parser

Sample Implementation of jdbf parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Java 100.0%