Skip to main content

Hi,

I'm looking for a tool or approach on how to document an FME workbench.

I got a workspace from colleague which perfoms multiple calculations. I need to document these calculations externally. I would need to go through all transformers and write down what happens there. Is there any tool which could help with that? Could this be done using Python - iterate over all transformers and get the details of each transformer in a readable form?

Thanks, Rob

FME has a "FME Workspace (FMW)" reader format which lets you read and analyze a workspace file in FME, it can be quite helpful for these scenarios.


Reply