fmeobjects.FMEFeature.isAttributeNull

FMEFeature.isAttributeNull(attributeName)

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

Parameters:

attributeName (str) – The name of the attribute.

Return type:

bool

Returns:

A boolean indicating if the attribute is null.