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

Can we read SAS files with .spds9 file extension #71

Open
Saiteja-136 opened this issue Apr 1, 2022 · 1 comment
Open

Can we read SAS files with .spds9 file extension #71

Saiteja-136 opened this issue Apr 1, 2022 · 1 comment

Comments

@Saiteja-136
Copy link

Saiteja-136 commented Apr 1, 2022

Hello,
I came across .spds9 file extension sas files and got to know these are the files created by partition logic for huge sas files to read them faster into metadata and data files. Can we read such files with this code or please suggest if there is any alternative. Thanks in Advance

@thesuperzapper
Copy link
Collaborator

@Saiteja-136 the spark-sas7bdat library uses the epam/parso Java library internally to read the SAS data, if you want them to support .spds9 files, you will need to ask them (perhaps, raise an issue on their repo).

Alternatively, if you know of a good open-source Java library that reads .spds9 files, we could consider implementing that into spark-sas7bdat.

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

No branches or pull requests

2 participants