Skip to main content
Question

Automate ArcGIS Online Writer Parameters

  • May 15, 2018
  • 2 replies
  • 8 views

Forum|alt.badge.img

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

lars_de_vries
Forum|alt.badge.img+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.


david_r
Celebrity
  • May 17, 2018

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.