The FME integration with ArcGis/ArcMap is used only read and write different formats or it´s possible to use FME transformers in ArcMap?
Thank´s
The FME integration with ArcGis/ArcMap is used only read and write different formats or it´s possible to use FME transformers in ArcMap?
Thank´s
Hi @mr_fme
There is a interesting documentation about it. You can check here: https://www.safe.com/esri/arcgis-data-interoperability-extension/
Thanks,
Danilo
Transformers can be used if you build "Spatial ETL Tools" and then invoke those from the standard geoprocessing framework (as Tools directly, or inside a Model, or from a Python script). Check the Esri doc here for a starting point: http://desktop.arcgis.com/en/arcmap/latest/extensions/data-interoperability/spatial-etl-tools.htm and actually several of the articles about 1/2 way down this google query page are great resources too https://www.google.ca/search?q=spatial+etl+tool%22&oq;=spatial+etl+tool%22&aqs;=chrome..69i57j0l5.4246j0j1&sourceid;=chrome&ie;=UTF-8 )