Skip to content

Code to convert from dbc to dbf - Based on blast by Mark Adler <[email protected]> Decompressor for output of PKWare Data Compression Library (DCL)

Notifications You must be signed in to change notification settings

lais-huol/blast-dbf

 
 

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 [email protected].

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 <[email protected]> Decompressor for output of PKWare Data Compression Library (DCL)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.3%
  • Makefile 0.7%