Hi,
MapInfo writer is populating -9999 to attributes which have been manually set as integer or float and is empty. Cant figure out why?
Thanks,
Ashish
Hi,
MapInfo writer is populating -9999 to attributes which have been manually set as integer or float and is empty. Cant figure out why?
Thanks,
Ashish
Hi @ashish_m1,
Those values mean that there is no value which does not mean it is a zero. You can use the Tester transformer for a Null values and set them as zero, but this is not correct in my point of view. Otherwize just leave the -9999, other software should have the capability to ignore that specific -9999
I hope this helps.
Lyes
I think this is internal value of MapInfo. Pass "0" instead of null
Unfortunately the MapInfo format doesn't support NULL values.
FME will automatically substitute NULL values as follows when writing to a Mapinfo dataset:
You can use the NullAttributeMapper set to map to "New value" if you need other NULL substitutes.
I think this is internal value of MapInfo. Pass "0" instead of null