in reply to Re: Converting Files
in thread Converting Files

The basic format: Proprietary binary data file composed of several header fields of unsigned binary data followed by a list of 2 byte signed data items. I want to take the data items and convert them into a CSV file.

Replies are listed 'Best First'.
Re^3: Converting Files
by blazar (Canon) on May 31, 2007 at 13:00 UTC
    The basic format: Proprietary binary data file composed of several header fields of unsigned binary data followed by a list of 2 byte signed data items.

    Still not clear enough: how 'bout a dump? Are you under *NIX (e.g. Linux)? If so, then you should have od(1) at your hand and surely ports are available for other osen, including Windows as well as other tools.