Skip to main content
Solved

Is there any other way to write data into the ArcGIS portal besides the ArcGIS Online Connector?

  • September 26, 2023
  • 4 replies
  • 85 views

fme_can_do_it
Enthusiast
Forum|alt.badge.img+12

I am working on an Excel spreadsheet that contains employee information from various markets. My aim is to extract this data and import it into the ArcGIS portal. However, the only transformer I know of that can accomplish this task is the ArcGIS Online Connector. The problem I am facing is that it requires a file to be uploaded, which is not very useful in my workspace. I do not want to save my output file; instead, I want to write it directly to the portal. I would greatly appreciate any feedback. Thank you!

Best answer by rickklopping

@fme_can_do_it​, I understand you want to read data and then write it to ArcGIS Online. If you choose not to upload a file, you can opt to use the default 'FeatureWriter'. Below you'll find an example.

 

I have created a spreadsheet in Excel for you.

Screenshot 2023-09-26 200007 

I read the data using a FeatureReader, perform a dummy transformation, and then write everything using the FeatureWriter.02. Process in FMEIn the settings of the FeatureWriter, I select 'Esri ArcGIS Online (AGOL) Feature Service' as the format.

 

03. Feature writer settings 

After running my workspace, I can see the data in ArcGIS Online.

04. Data in AGOL 

This means I was able to read, transform, and publish the data from the Excel file without having to write it temporarily in between. Does this answer your question?

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.

4 replies

rickklopping
Contributor
  • Best Answer
  • September 26, 2023

@fme_can_do_it​, I understand you want to read data and then write it to ArcGIS Online. If you choose not to upload a file, you can opt to use the default 'FeatureWriter'. Below you'll find an example.

 

I have created a spreadsheet in Excel for you.

Screenshot 2023-09-26 200007 

I read the data using a FeatureReader, perform a dummy transformation, and then write everything using the FeatureWriter.02. Process in FMEIn the settings of the FeatureWriter, I select 'Esri ArcGIS Online (AGOL) Feature Service' as the format.

 

03. Feature writer settings 

After running my workspace, I can see the data in ArcGIS Online.

04. Data in AGOL 

This means I was able to read, transform, and publish the data from the Excel file without having to write it temporarily in between. Does this answer your question?


havmoejbv
Contributor
Forum|alt.badge.img+16
  • Contributor
  • September 28, 2023

If you are working with ArcGIS Portal, I'd suggest having a look at the Esri ArcGIS Portal Feature Service Reader/Writer. I have only used it to read/update existing services, but based on the documentation you should be able to create service as well (with a few limitations).

 


fme_can_do_it
Enthusiast
Forum|alt.badge.img+12
  • Author
  • Enthusiast
  • October 2, 2023

@fme_can_do_it​, I understand you want to read data and then write it to ArcGIS Online. If you choose not to upload a file, you can opt to use the default 'FeatureWriter'. Below you'll find an example.

 

I have created a spreadsheet in Excel for you.

Screenshot 2023-09-26 200007 

I read the data using a FeatureReader, perform a dummy transformation, and then write everything using the FeatureWriter.02. Process in FMEIn the settings of the FeatureWriter, I select 'Esri ArcGIS Online (AGOL) Feature Service' as the format.

 

03. Feature writer settings 

After running my workspace, I can see the data in ArcGIS Online.

04. Data in AGOL 

This means I was able to read, transform, and publish the data from the Excel file without having to write it temporarily in between. Does this answer your question?

thanks @ernie​ ! That solves my problem!


rickklopping
Contributor

thanks @ernie​ ! That solves my problem!

That's good to hear. Best of luck with your workspace, and feel free to reach out to me for any questions or feedback.