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

DataHarmonizer has integer and decimal datatypes, but current code is saving these values as strings. #439

Open
ddooley opened this issue Jun 16, 2024 · 0 comments

Comments

@ddooley
Copy link
Collaborator

ddooley commented Jun 16, 2024

For numeric validation to work, we need to have DataHarmonizer save these as integer or decimal values if they have that datatype. Often the fields/slots may also take null value menu though, so code has to attempt a numeric parse on field value. A possibility of multiple values exists as well (in array).

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

1 participant