I am loading a shapefile into smallworld and am struggling getting the values to populate in the smallworld object. The data type on the shapefile (reader) is a "number" and the data type on the smallworld object (writer) is an INT..... is there a transformer I need to use to conver this "number" to an "int"?
Page 1 / 1
Have you tried AttributeRounder with 0 decimal places?