Hi folks! As I was using AI tools like ChatGPT and Copilot to troubleshoot, I suddenly received information from the AI about the "Generate Workspace Documentation" function.
Here's what I learned:
-------------------------------------------------------------------------------------------------------------------------------
Generate Workspace Documentation
This feature allows you to automatically generate comprehensive documentation for your FME workspace. The output is typically an HTML file that provides detailed insights into your workspace structure, parameters, and transformations. It's incredibly useful for sharing with colleagues or for archiving your workflows.
How to Use It:
Usage in FME Workbench (GUI):
- Open the FME Workbench application.
- Load the workspace you want to document.
- From the Tools menu, select Generate Workspace Documentation.
- You can choose to output the documentation in an HTML format, which can be opened in any browser.
Command Line Usage:
This function is also available through FME's command-line interface, allowing you to automate documentation creation without opening FME Workbench. The basic syntax is as follows:
fme.exe "path\to\your_workspace.fmw" --generateWorkspaceDocumentation --output "path\to\documentation.html"
-------------------------------------------------------------------------------------------------------------------------------
Is this true? I can't find the function in the GUI, and I also can't get the command line to work. I can't find any information or documentation either.
Is it too good to be true