Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Write to .sas7bdat files from Spark Dataframes #56

Open
dmoore247 opened this issue Jun 30, 2020 · 2 comments
Open

Enhancement: Write to .sas7bdat files from Spark Dataframes #56

dmoore247 opened this issue Jun 30, 2020 · 2 comments

Comments

@dmoore247
Copy link

The docs say this isn't supported but putting this out there as an enhancement request. Definitely not easy, can't find anything outside of SAS that writes to SAS7BDAT files.

@Tagar
Copy link
Contributor

Tagar commented Jun 30, 2020

Doug, I think the issue is that the underlying library that spark-sas7bdat uses, parso
only has SasFileReader and not SasFileWriter
https://github.com/epam/parso/tree/master/src/main/java/com/epam/parso

@Tagar
Copy link
Contributor

Tagar commented Jun 30, 2020

epam/parso#31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants