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

Special Missing issues #733

Closed
medjedovicm opened this issue Jul 1, 2022 · 0 comments
Closed

Special Missing issues #733

medjedovicm opened this issue Jul 1, 2022 · 0 comments
Assignees

Comments

@medjedovicm
Copy link
Member

medjedovicm commented Jul 1, 2022

When providing special SAS missing values to the adapter, the entries are expanded with a leading period, eg:

A -> .a
B -> .b

etc.

the problem is, when providing entries with a leading period, an additional period is added, eg:

.A -> ..a
.B -> ..b

This should not happen.

We should have tests to ensure the following changes do NOT occur:

. -> ..
._ -> .._
.A -> ..A

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