-
Notifications
You must be signed in to change notification settings - Fork 42
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
Export column formats #22
Comments
Hi Jiaowei, Thanks for reporting this. Would it be possible for you to share the file you experience issues with? Thanks, |
I have observed the same behavior as the original poster. What seems to happen is that none of the SAS format width/precision information is extracted from the sas metadata. Here are a few examples: Below is a link to some public sas7bdat files that contain sas formats. You can see that parso is not able to retrieve format width and precision information as stated in the original post. |
ok, thanks. looks like similar issue was reported in google groups as well. we will take a look at it. |
Hi All,
Currently, I have some troubles to export the column formats. For columns with character and non-date-time number, no column format is exported. For columns with date-time number, the column format is incomplete with only letters like "DATETIME" .
Could you please help with this?
Kind regards,
Jiaowei
The text was updated successfully, but these errors were encountered: