Skip to main content
Question

Integration of FME with ArcGIS Data Reviewer extenstion.

  • October 3, 2017
  • 2 replies
  • 26 views

I'm looking into developing a data validation system for ArcGIS using their Data Reviewer product. Some of the tests will require creation of temporary & permanent data sets that might best be accomplished with FME. Does Safe have a white paper or any documentation on how FME might be used conjunctively with the ArcGIS Data Reviewer product? Has anyone attempted this before?

I'm thinking it can be done with python calls from Data Reviewer to the os to invoke workbench, then interpret the FME logs and output tables and write to the appropriate Data Reviewer tables.

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.

2 replies

bruceharold
Supporter
Forum|alt.badge.img+19
  • Supporter
  • 351 replies
  • October 3, 2017

Spatial ETL tools (i.e. Workbenches) are ArcGIS geoprocessing tools, if you are using Data Reviewer Desktop that may be your way forward.


  • Author
  • 1 reply
  • October 3, 2017

thanks. Those workbenches can be called with the arcpy.ImportToolbix function.