Question

Automate ArcGIS Online Writer Parameters


Badge

Is it possible to use input from a .csv file to populate the service and layer parameters in an ArcGIS Online writer?


2 replies

Badge +10

Currently it is possible to set the layer with an attribute. However it is not (yet) possible to set the service directly with an attribute. You could add an idea to support this functionality.

Userlevel 4

I often do something similar using private scripted Python parameters that read the CSV (or INI, JSON, etc) during FME startup and then feeds the value(s) to e.g. a writer.

I'm sure you'll find some examples here if you search around.

Reply