DataHarmonizer icon indicating copy to clipboard operation
DataHarmonizer copied to clipboard

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

Open ddooley opened this issue 8 months ago • 0 comments

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).

ddooley avatar Jun 16 '24 20:06 ddooley