Solved

is it possible to work with FME and AGOL to run processes on the data that is hosted there?

  • 17 December 2021
  • 2 replies
  • 0 views

Badge +8

I have a python script that I want to know how to run in FME that way so I don't have to manually trigger it? Any advice would be greatly appreciated.

icon

Best answer by hkingsbury 18 December 2021, 06:37

View original

2 replies

Userlevel 5
Badge +29

FME has its own readers/writers that can work with AGOL Data - https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/arcgisonlinefeatures/arcgisonlinefeatures.htm

 

You may be able to jsut use standard FME transformers to achieve what you're aiming for.

 

If you do need the python, have a look here - https://community.safe.com/s/article/using-arcpy-for-fme-feature-processing

Badge +8

Thank you!

Reply