parso icon indicating copy to clipboard operation
parso copied to clipboard

CSV file to sas7bdat writer

Open sree018 opened this issue 2 years ago • 1 comments

I am able to read sas7bdat in Java using this library.

will you support write csv file to sas7bdat in Java? It will be useful in distributed platform.

sree018 avatar Sep 13 '23 17:09 sree018

The parso project seems to be dormant and is no longer accepting pull requests. I wrote a library for writing SAS7BDAT that SAS can read. The source code is at https://github.com/FredHutch/sas7bdat and is in Maven Central at https://central.sonatype.com/artifact/org.scharp/sas7bdat

Once parso is revived, it can incorporate this code.

dcostanz avatar Aug 04 '25 13:08 dcostanz