Skip to main content
Solved

How can I upload over 20 pdfs on AGOL using ArcGISOnline Connector transformer?

  • September 15, 2023
  • 2 replies
  • 42 views

jaygrg111_
Contributor
Forum|alt.badge.img+6

I want to upload several pdf maps to AGOL, which I am downloading from Sharepoint. How can I upload over 20 pdfs on AGOL using ArcGISOnline Connector transformer?

Best answer by j.botterill

Hi jaygrg, yes it should be feasible. You would need to pass all 20 into the arcgisonlineconnector with upload action. The file parameter would be an attribute value of the filepath. So before the connector, place a reader or feature reader with format = directory file path

https://docs.safe.com/fme/html/FME-Form-Documentation/FME-ReadersWriters/path/path.htm

then in the connector use the @value(path_windows) for File

 

 

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

j.botterill
Influencer
Forum|alt.badge.img+53
  • Influencer
  • 386 replies
  • Best Answer
  • September 16, 2023

Hi jaygrg, yes it should be feasible. You would need to pass all 20 into the arcgisonlineconnector with upload action. The file parameter would be an attribute value of the filepath. So before the connector, place a reader or feature reader with format = directory file path

https://docs.safe.com/fme/html/FME-Form-Documentation/FME-ReadersWriters/path/path.htm

then in the connector use the @value(path_windows) for File

 

 


jaygrg111_
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 31 replies
  • September 17, 2023

Hi jaygrg, yes it should be feasible. You would need to pass all 20 into the arcgisonlineconnector with upload action. The file parameter would be an attribute value of the filepath. So before the connector, place a reader or feature reader with format = directory file path

https://docs.safe.com/fme/html/FME-Form-Documentation/FME-ReadersWriters/path/path.htm

then in the connector use the @value(path_windows) for File

 

 

Hi @jamesb16otterill​  yes it worked perfectly. Thank you so much!