I've been tasked with writing a utility to convert a FOL database (old DOS format) to some other format (CSV to start out probably).

I was just curious if anyone else had any experience with this format or if anyone has done this in the past. I'd rather not reinvent the wheel if possible.

I know it's probably just as simple as opening the file in binary, and digging through the lines taking piece by piece, but I was hoping to find someone here that has dealt with it.

Thanks in advance for anything.