eaglebh / blast-dbf

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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:C 99.3%Language:Makefile 0.7%