fmeobjects.FMEFeature.isAttributeMissing

FMEFeature.isAttributeMissing(attributeName)

This method returns a boolean indicating if the attribute name maps to no value on the feature.

Parameters:

attributeName (str) – The name of the attribute.

Return type:

bool

Returns:

A boolean indicating if the attribute is missing.