Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eyedol/dbf-parser

Sample Implementation of jdbf parser
https://github.com/eyedol/dbf-parser

Last synced: about 5 hours ago
JSON representation

Sample Implementation of jdbf parser

Awesome Lists containing this project

README

        

### 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](https://github.com/iryndin/jdbf) library