sas7bdat icon indicating copy to clipboard operation
sas7bdat copied to clipboard

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

Open groliver-pcci opened this issue 5 years ago • 1 comments

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

groliver-pcci avatar Sep 26 '19 16:09 groliver-pcci

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.

BioStatMatt avatar Sep 28 '19 00:09 BioStatMatt