The Flatworm Java Flat File Framework Activity
Brought to you by:
blackbearnh,
dderry
Hello, I am reviewing the option of using the library for parsing a series of different Pascal data structure file (DAT). The files are generally structured with fixed length records but also header fields for almost all fields (excluding empty blocks) by specifying the occupied length e.g. in a pseudo representation of the structure: [H1:4][D1:abcd*][H2:7][D2:abcdefg***][D3:****], Hn stands for the header fields and Dn for the actual data fields (D3 is empty zeros block - asterisks for zero bytes)....
I know this is OLD....but I'm hoping someone is around that might see this and have...
I'm trying to use the flatworm framework but am inside a corporate firewall and outside...