Resolved! Log while running runscript of transform map
I have runscript for transform map that is supposed to either create or update. I set ignore= true as I wanted only runscript code to be executed. I feed 570 rows of data and see 442 created and 68 updated. Why there is delta (570 -510=60 rows) her...