fmeobjects.FMEFeature.performFunction¶
-
FMEFeature.
performFunction
(functionSpecification)¶ Call any FME function on the feature. See the FME documentation for the format of the functions. The function string passed in to this function follows the syntax of the manual exactly. Note that no spaces should be present between any parameters of the function, or between the function name and the ‘(‘. Additionally, do not call this method during a writer’s close() method.
Parameters: functionSpecification (str) – The function specification. Return type: str Returns: The function’s result. Raises: FMEException – An exception is raised if an error occurred.