wgzhao / DBFReader

An easy-to-use tool to show and convert the content of dBASE III, IV, and 5.0 files. It reads dBASE databases and shows the content with an option to convert it to an SQL file. Written in Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBFReader

An easy-to-use tool to show and convert the content of dBASE III, IV, and 5.0 files. It reads dBASE databases and shows the content with an option to convert it to an SQL file. Written in Java.

Features

  • Read dBASE (III, IV, and 5.0) databases and view its content
  • Search the database
  • Export the database to an SQL file

Requirements

  • Java 1.6+

Compile

git clone https://github.com/wgzhao/dbfreader.git
cd dbfreader
mvn clean package

Run

java -jar target/dbf-reader-*.jar

Screen shots

Screen shot 1

Screen shot 2

About

An easy-to-use tool to show and convert the content of dBASE III, IV, and 5.0 files. It reads dBASE databases and shows the content with an option to convert it to an SQL file. Written in Java.

License:MIT License


Languages

Language:Java 100.0%