Solved
Does anyone know of any tools to automatically document workbenches an organization may have in a searchable way? Similar to DocUtils for python?
Best answer by brianatsafe
Hi @ian_s,
One thought is to use FME to read each workspace file using the FMW reader. This can pull out the workspace properties (Name, Description) or even workspace annotations into something that can be searched. A simple method may be to store a text file for each workspace with these key pieces of information within it and then use Windows File explorer to search. Something more complicated would be a database such as ElasticSearch to store the information and make a spiffy tool from.
These are rough ideas only, has anyone in the community done something like this before??
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

