Skip to main content
Archived

Export Hosted Feature Class

Related products:Transformers
  • December 7, 2021
  • 1 reply
  • 49 views

rtreecare
Contributor
Forum|alt.badge.img

On the item page of a hosted service you can export to fgdb and other formats.

The benefit of this over an fme reader and writer workflow is the easy preservation of unique ids, relationships and attachments. This also takes no local compute power/time.

 

Please make a way perform to the "Export To FGDB" (or other formats) found on the hosted feature layer item page within FME.


There is already a method to download items from arcgis online with the use of the ArcGISOnlineConnector (https://docs.safe.com/fme/2020.1/html/FME_Desktop_Documentation/FME_Transformers/Transformers/arcgisonlineconnector.htm)

If we could create the fgdb through fme, we could also download and manipulate it within a workspace.

 

I'm doing some lengthy transformations on a million+ records. Performing these actions through the Online Readers/Writers is taking hours (90% is reading from the REST API) and I need to reduce that time.


I also see this workflow being a simple daily backup tool for ArcGIS online.

 

Thanks!

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.

1 reply

chriswilson
Enthusiast
Forum|alt.badge.img+22
  • Enthusiast
  • January 11, 2022

You are already able to use FME to create a file geodatabase, feature datasets, feature classes etc. using the ESRI File Geodatabase writer which is included in this set of pages:

 

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/geodatabase/geodatabase.htm

 

This tutorial should also help:

 

https://community.safe.com/s/article/tutorial-getting-started-with-geodatabase

 

Your workspace would likely be something very simple involving an ESRI ArcGIS Online Feature Service reader and the file geodatabase writer to output your data to file gdb locally.

 

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/arcgisonlinefeatures/quick_facts_arcgisonlinefeatures.htm