parso
parso copied to clipboard
lightweight Java library designed to read SAS7BDAT datasets
Thank you very much for writing (and open sourcing) this really great library! I am working on incorporating this into Apache Drill which will enable users to use Drill to...
For some use-cases it is an advantage to grab the _unformatted_ data from the SAS datasets instead the formatted ones. This branch adds this ability by a flag and adds...
Hi, I am trying to parse a sas file with timestamps, but I am unable to get correct time part of the timestamp. I was checking the source code, and...
Leverage _workflow_run_ trigger in order to execute workflow that will annotate pull request with found checkstyle errors and failed tests without exposing secrets (as in case of _pull_request_target_ trigger and...
I think the SAS7BDAT format is suitable for multithreaded processing. Outputing to CSV is a pain and I think it would good to output to a more modern format such...
https://www.loc.gov/preservation/digital/formats/fdd/fdd000464.shtml
I'm running into the following exception when attempting to process a file: ``` java.io.IOException: There are no available bytes in the input stream. at com.epam.parso.impl.SasFileParser.getBytesFromFile(SasFileParser.java:768) at com.epam.parso.impl.SasFileParser.readSubheaderSignature(SasFileParser.java:423) at com.epam.parso.impl.SasFileParser.processPageMetadata(SasFileParser.java:392) at...
In working on another Pull request, I came across a sas7bdat file that contains subheaders that produced I/O Exceptions. Opening the file up with a binary viewer, it was very...
Is it possible to offer the possibility to write to SQLite database ? I started to write code for this purpose using sqlite-jdbc. The SQLite's schema is based on the...