Â
a) Pre logic script codeÂ
d = {}Â
def find_duplicates (valX , valY):Â
d/( valX, valY)] = d.setdefault ( ( valX , valY) , -1) +1Â
return du ( valX , valY) ]Â
Â
b) Field_name] =ÂÂ
find_duplicates ( iX_Coordina] , rY_Coordina]Â
Â
But here in FME that type of Scripting is not working. Can anyone help me with the same. I used PythonCaller, PythonCreator, but didn't get the expected result. Is it possible to write ArcGIS type of python Scripting in FME?Â