Question

Check transformers used in a workbench without opening the workbench


We have thousands of workbench that need a round of audit to check whether the workbench contains certain transformers. Is there a way to programmatically check this without having to open the workbench themselves?


2 replies

Userlevel 6
Badge +32

You can use the Workspace reader to do this.

As an alternative, you can read the workspace as text, but this is more advanced.

Badge +2

@lgyyyq13​ There is a workspace here that uses the Workspace Reader suggested by @nielsgerrits​ and returns quite a bit of information about your workspace, including the versions of the transformers. You can just point at a folder with all your workspaces.

Reply