Hello All,
I would like to use python to get the attribute name from a feature. The API Documentation i found the Class FME Feature - getAllAttributesNames().
I my pythoncaller is:
import fme
import fmeobjects
def processFeature(feature):
atributo = getAllAttributesNames()
pass
But doenst work.