Skip to main content
Question

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

  • November 3, 2023
  • 7 replies
  • 39 views

billschooler
Contributor
Forum|alt.badge.img+5
I FME workspace that creates Autocad to my local drive. How do I create the files in my SharePoint document folder?

7 replies

nielsgerrits
VIP
Forum|alt.badge.img+61

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.

billschooler
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • November 3, 2023

Can you give FME workspace example? I try to use TempPathNameCreator but nothing happens in my workspace.


nielsgerrits
VIP
Forum|alt.badge.img+61

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.


billschooler
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • November 3, 2023

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


nielsgerrits
VIP
Forum|alt.badge.img+61

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

FeatureWriter.


billschooler
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • November 3, 2023

Thank you. Success i got to work.

 


nielsgerrits
VIP
Forum|alt.badge.img+61

Thank you. Success i got to work.

 

Cheers :)