Skip to main content

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??

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??
Reader Documentation:

 

http://docs.safe.com/fme/2017.1/html/FME_Desktop_Documentation/FME_ReadersWriters/fmw/Feature_Representation.htm

 


@ian_s

This Idea goes somehow into the same direction I guess. Might be worth to check it out:

 

https://knowledge.safe.com/idea/43327/ability-to-search-fme-server-workspaces.html?childToView=43338#reply-43338


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??
Thanks Brian, I was hoping someone in the community had implemented something or had some tool available as I can't be the only one wanting a Workspace Library of sorts. This gives me enough to go off of though, thanks!

 

 


@ian_s

This Idea goes somehow into the same direction I guess. Might be worth to check it out:

 

https://knowledge.safe.com/idea/43327/ability-to-search-fme-server-workspaces.html?childToView=43338#reply-43338

This is great, and the Workspace searcher is pretty much exactly what I was looking for. Now just to implement it (or find an open version). Thanks!

 

 


Reply