Skip to main content
I FME workspace that creates Autocad to my local drive. How do I create the files in my SharePoint document folder?

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.image


I do not see Summary outputport on the writer in Navigator for Autocad.image

FeatureWriter.


Thank you. Success i got to work.

 


Thank you. Success i got to work.

 

Cheers :)


Reply