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

Data loss when parsing Char compressed sas7bdat file #26

Closed
skygon opened this issue Feb 7, 2018 · 4 comments
Closed

Data loss when parsing Char compressed sas7bdat file #26

skygon opened this issue Feb 7, 2018 · 4 comments

Comments

@skygon
Copy link

skygon commented Feb 7, 2018

Hi,
We have a char-compressed sas7bdat file which should have 98366 rows. But when use parso to read this file, we only get 90536 rows. The original uncompressed file works fine, all rows can be successfully parsed.
The schema of this file seems normal, about 30 columns with number, date and string types.

Any suggestion about this issue? Thanks

@printsev
Copy link
Contributor

printsev commented Feb 7, 2018

Hi,

Would it be possible for you to share this file with us? Are you using the latest version (2.0.8)?

@skygon
Copy link
Author

skygon commented Apr 13, 2018

sas.zip

@skygon
Copy link
Author

skygon commented Apr 13, 2018

@printsev Hi, sas file uploaded. Would you please help to take a further look? Thanks.

@printsev
Copy link
Contributor

We are looking into this issue, looks like the issue is with writer, not with parso reader - you can use this as a workaround.

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