Skip to content

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

Notifications You must be signed in to change notification settings

wgzhao/DBFReader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Languages

  • Java 100.0%