Conversation
7759f85 to
14f0259
Compare
9a50bd3 to
e29d02a
Compare
file size is headersize * pagecount * pagesize
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebased the initial work (last commit was in July 2021) on #14 onto current main.
I do not remember anything, therefore the entire approach is HIGHLY EXPERIMENTAL.
mtcarsandirisas sas7bdat files works (checked this with SAS studio)readsasworks(but a lot of debug information is printed)pivottabler::bhmtrains(first 4k rows with trimmed names) worksToDo
The following is a simple checklist. Marked with * are tasks that are unlikely to be implemented.
readsascurrently only supports writing a single page)I assume that SASYZR is the default compression algorithm used by SAS. This probably is related to
case 8, wherec8veccontains some kind of column integer information mixed together with a few blanks. Maybe it is possible to disable compression entirely for a file....
ETA
Whenever I find time to implement things.