parso
parso copied to clipboard
CSV file to sas7bdat writer
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.
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.