fmeobjects.FMEFeature.getSequencedAttributeNames

FMEFeature.getSequencedAttributeNames()

This method gets a list of sequenced attribute names in the order they were added to the feature. The attrNames list is only populated for schema features. The list will not contain sequenced attribute names for data features.

Return type:

list[str]

Returns:

A list of attribute names in the order they were added to the feature..