Solved

How do I acces projectwise directly through the feature reader ?

  • 20 September 2022
  • 4 replies
  • 51 views

Badge

The usage notes in ProjectWiseWSGConnector states:

  • The FeatureReader can access ProjectWise directly (without using the ProjectWiseWSGConnector), however, a local copy of the dataset will not be created.

 

But how is this done?

 

Thanks in advance.

icon

Best answer by david_r 20 September 2022, 16:14

View original

4 replies

Userlevel 4

Here's how:

imageNotice that the "Format" setting in the FeatureReader refers to the format of the file you're reading out of ProjectWise.

Badge

Thank you David, I really dont know how I missed that one.

Is it possible to use a wildcard when reading from ProjectWise?

Userlevel 4

Thank you David, I really dont know how I missed that one.

Is it possible to use a wildcard when reading from ProjectWise?

If you need to list the contents in a ProjectWise folder, you could try with a FeatureReader using the Directory and File Pathnames reader:

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/path/path.htm

At some point I suspect it might be better to simply use the ProjectWiseWSGConnector, however.

Badge

If you need to list the contents in a ProjectWise folder, you could try with a FeatureReader using the Directory and File Pathnames reader:

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/path/path.htm

At some point I suspect it might be better to simply use the ProjectWiseWSGConnector, however.

Thank you, I'll try it.

Reply