Hey!
Can someone help me to set up a python script in Pythoncaller.
I don´t konw how to define the outport so the workspace can continue with the dissolved data.
I have tried this without result..:
def processFeature(feature):
arcpy.Dissolve_management(feature, Output_Feature_Class, "feature.getAttribute('mergeid')", "", "MULTI_PART", "DISSOLVE_LINES")
I need to use the arcmap dissolver because the FME dissolver makes some polygons disapear with my big dataset!