Skip to main content

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.

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


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


Reply