Hi,
I’m working on automating our FME workspace deployment on Azure Devops using the functionality in pipelines. One thing I would like to automate is to extract metadata about every workspace pushed to the repository and write it to a README.md file. With such a file placed next to every workspace it would be easier to navigate our repo. I would like to see basic information like workspace name, description, number of transformers etc.
What’s the best way to extract this data? I have tried using python to read the .fmw text directly and using the FME workspace reader with partial success.
Has anyone else done something similar or have ideas?