BioStatMatt / sas7bdat

A reverse engineering of the sas7bdat database file format
83 stars 21 forks source link

Ideal state: reading from readBin of connections to flow control of number of lines #13

Open groliver-pcci opened 5 years ago

groliver-pcci commented 5 years ago

The current function is set to read from buffer, but when the SAS files are extremely large this chokes.

My thought is to fork a set of the read functions using "rb" file connection, parsing the header

BioStatMatt commented 5 years ago

Yes, this is a weakness. However, this code is mostly intended as a demonstration implementation of the file format reader. Unfortunately, this code is not actively maintained.