I FME workspace that creates Autocad to my local drive. How do I create the files in my SharePoint document folder?
Page 1 / 1
Not sure you can write to SharePoint directly. How I do this:
- TempPathnameCreator to create temp folder.
- FeatureWriter to write file to temp folder.
- SharePointOnlineConnector to upload the file to SharePoint.
Can you give FME workspace example? I try to use TempPathNameCreator but nothing happens in my workspace.
Can you give FME workspace example? I try to use TempPathNameCreator but nothing happens in my workspace.
To make it easier to understand, first do this without the TempPathnameCreator. Just write a file with the FeatureWriter and use the Summary outputport to initiate the upload of the written file to SharePoint.
I do not see Summary outputport on the writer in Navigator for Autocad.
I do not see Summary outputport on the writer in Navigator for Autocad.
FeatureWriter.
Thank you. Success i got to work.
Thank you. Success i got to work.
Cheers :)