Skip to main content
Question

Can we extract arcpy code via fme?

  • August 6, 2021
  • 2 replies
  • 18 views

bhavyagandhi
Contributor
Forum|alt.badge.img+6
Can we extract arcpy code via fme?

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+62

Not sure if I understand correct.

 

If you want to know if you can generate arcpy python from a workflow, no you can not. Safe's FME is different software from ESRI's ArcMap / ArcGIS Pro so the code behind the transformers differ.

 

If you want to know if you can run arcpy python code in FME, yes you can, using the PythonCaller transformer. You will need a licensed compatible version of ESRI's ArcMap / ArcGIS Pro on the same machine.


bhavyagandhi
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • August 11, 2021

Not sure if I understand correct.

 

If you want to know if you can generate arcpy python from a workflow, no you can not. Safe's FME is different software from ESRI's ArcMap / ArcGIS Pro so the code behind the transformers differ.

 

If you want to know if you can run arcpy python code in FME, yes you can, using the PythonCaller transformer. You will need a licensed compatible version of ESRI's ArcMap / ArcGIS Pro on the same machine.

Can any of the code running behind arcgis or fme be extracted?