Hello all,
I have a pythonCaller in my script where I am populating an array with all the attribute names from the feature
test_fields = feature.getAllAttributeNames()
how do I go about excluding any fme generated features (example: fme_feature_type). I can't quite work out the syntax. Any help will be appreciated. Thanks