I am using the NullAttributeMapper to set my null values as missing (reading from MSSQL spatial table). This is working, however only for a certain number of rows. The first time run, it changed the first 100 rows. Second time 200 rows, after a few more attempts top 2000 rows. It seems to be processing in 100 row chunks and stopping at random points?
The parameters are very simple;
Map: All Attributes
If attribute value is: Null Empty
Map to: Missing
That's it.
I have had no other issues of partial completion for any other transformers.
Thanks!