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

Reader does not handle column labels. #8

Closed
gmeixiong opened this issue Sep 24, 2019 · 3 comments
Closed

Reader does not handle column labels. #8

gmeixiong opened this issue Sep 24, 2019 · 3 comments

Comments

@gmeixiong
Copy link
Contributor

Column labels within sas files are lost with the Go reader.

@kshedden
Copy link
Owner

I think we do retain the labels, but under the current API there does not seem to be a way to access them (they are a non-exported field of the Colum struct, which in turn is hidden as a non-exported field of the SAS7BDATReader struct).

I will look into some minor restructuring to expose these things. It might be a few days before I can look at this though.

@gmeixiong
Copy link
Contributor Author

gmeixiong commented Sep 25, 2019 via email

@gmeixiong
Copy link
Contributor Author

I submitted a PR to include ColumnLabels and fixed a bug related to them. Please verify when you have the time.

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