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

Issue with sav file from ElPAis #9

Open
david-ic3 opened this issue Feb 25, 2022 · 0 comments
Open

Issue with sav file from ElPAis #9

david-ic3 opened this issue Feb 25, 2022 · 0 comments

Comments

@david-ic3
Copy link

Got an issue with a sav file downloaded from ElPais website.

Link : https://drive.google.com/file/d/1JOaLaDR3hIa3gaXrnUJ-Kq07QqGqQdID/view?usp=sharing

Technically it looks as they have a few trailing zeros at the end of each compressed row.

As a dirty fix ( CompressedCaseReader: 106 )

                    while ((storageFlag = readNextStorageFlag()) == 0 && var.getIndex() == 0) {

                    }

                    if (storageFlag == STRING_FLAG) {

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

1 participant