i want a way to get the wrong coordinates (example : easting 3628623.38(7) digits and northing 4565105.96(7) digits to be comes as rejected output and the others which needs to b swap between x column and y column
Page 1 / 1
Hi @mehar, for example, you can use the AttributeCreator to swap two columns like this.
The problem is how you can determine rows in which the two columns should be swapped. How can you determine if the values of x, y are reversed?
@mehar There is also CoordinateSwapper. But as @takashi points out, the real problem is determining which coordinates to swap. Once you've determine that perhaps TestFilter and CoordinateSwapper will do what you want.