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?
Solved
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.
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.


