PythonCreator
From fmepedia
PythonCreator is a Workbench Transformer.
Generates FME features using a Python object referenced by the symbol name parameter. The handler object can be a Python function, a Python class, or any Python object that understands the FME Factory protocol.
The handler object can be defined in either the transformer's code editor window, or it can be defined in an external python module. If defined in an external module, the transformer's symbol name parameter must include the module name.
For example, if the class MyFactoryHandler is defined in the source code editor, it can be referenced as `MyFactoryHandler'. However, if the class MyFactoryHandler is defined in myFactories.py, it must be referenced as `myFactories.MyFactoryHandler'.
For more information regarding how to use Python and FME, see http://safe.com/python.
Note: Requires Python 2.3 or greater to be installed. Python is available from http://python.org
