Data type issue while loading measure into Domain
Trying to load measure with data type integer with "string" value. Observation here is, measure got loaded into domain but not with NA value. It is loaded as "0".
NA value for this measure is -4.
Input File :
d20170930,v10759000,w1456,00001111038874_6,"abc"
Exported File :
d20170930,v10759000,w1456,00001111038874_6,0
As the measure was loaded with incorrect data type, Record should have rejected/skipped while loading whereas it is loaded into Domain.
Please Suggest?
Thanks