We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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) {
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 )
The text was updated successfully, but these errors were encountered: