Skip to content

Code to convert from dbc to dbf - Based on blast by Mark Adler <madler@alumni.caltech.edu> Decompressor for output of PKWare Data Compression Library (DCL)

danicat/blast-dbf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blast-dbf

blast-dbf is a command line utility to convert DBC files to DBF (file format from the XBASE family of databases).

The DBC file format is basically a compressed DBF file using the PKWare's Data Compression Library (DCL) "implode" algorithm.

This decompression utility is based on the blast decompressor by Mark Adler madler@alumni.caltech.edu.

##Usage

Just run the blast-dbf command line utility with the input filename (DBC) followed by the output filename (DBF):

    ./blast-dbf input.dbc output.dbf

##Example

    ./blast-dbf < sids.dbc | cmp - sids.dbf

About

Code to convert from dbc to dbf - Based on blast by Mark Adler <madler@alumni.caltech.edu> Decompressor for output of PKWare Data Compression Library (DCL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Makefile 0.7%