Skip to main content
Archived

Publish Shapefile to ArcGIS Server or AGOL

Related products:Integrations
  • August 1, 2017
  • 5 replies
  • 28 views

I am looking for a transformer, which will take a shapefile as input and then publish this shapefile on to ArcGIS Server or ArcGIS Online, this should be possible either in ArcGIS Desktop or ArcGIS Server, this is to remove the whole manual process involved in the publishing of such files.

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.

5 replies

rylanatsafe
Safer
Forum|alt.badge.img+14
  • Safer
  • August 1, 2017

You could wrap up a FeatureReader (Shapefile) and FeatureWriter (AGOL) in a Custom Transformer... but then it may not be dynamic as far as schema goes... Does this sound like it may help?


bruceharold
Influencer
Forum|alt.badge.img+19
  • Influencer
  • August 7, 2017

My tuppence: How about a generic file upload/download/update capability for all supported file item types, then ArcGIS Online can be used as a web file system.


fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • August 8, 2017
Love this idea Bruce. That would make @saqibamin's issue trivial as well -- we'd just have the AGOLConnector be able to push a zip of a shape right up there...

 


fmelizard
Safer
Forum|alt.badge.img+22
  • Safer
  • August 8, 2017

adriano
Forum|alt.badge.img+1
  • August 18, 2017

There already is a Esri ArcGIS Portal Feature Service writer and a Esri ArcGIS Online (AGOL) Feature Service writer which will allow you to write to ArcGIS Server or ArcGIS Online. If you set up your featureReader (shapefile) name to be dynamic from an attribute in a workbench, this will give you the flexibility publish whatever shapefile you want to your Server.