DataHarmonizer
DataHarmonizer copied to clipboard
DataHarmonizer has integer and decimal datatypes, but current code is saving these values as strings.
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).