Question

Bulk migrating documents to cloud

  • 20 December 2021
  • 1 reply
  • 131 views

Userlevel 3
Badge +5

Hi @Mathias Dahl,

 

Can you please let me know a way to upload bunch of documents to ifs cloud? Document connections classes, revisions etc are already migrated from the old ifs database and we just have to find a method to check in all the  documents as a bulk into cloud. As far a i know we no longer have access to middleware server to create a folder to copy those files and upload from a database method. 

 

Is there a possibility to bulk import documents using odata protocol?

 

thanks

Roshanga


This topic has been closed for comments

1 reply

Userlevel 7
Badge +30

Hi,

We have made a special API (projection) for creating and importing documents. I suggest you have a look at that. It’s called CreateAndImportDocument. The documentation about the API can be found in the API explorer in IFS Cloud.

You need to write a program or use some tool that is capable to make requests to that API in bulk.

Good luck!