Hi All,
Can you please let us know what are the ways to bulk export documents in documentum ?
Thanks, susmitha.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Are you exporting it to file system or to another Documentum repository? The are many 3rd tools that you can use to export content and metadata - just google it.
@DCTM_Guru said: Are you exporting it to file system or to another Documentum repository? The are many 3rd tools that you can use to export content and metadata - just google it.
Hi, Thanks for the reply I want to bulk export documents from repository to local system Is there any other way to export other than getfileAPI Command, and IdfExport dfc code to export the documents
Thanks, Susmitha.
You can do yourself reading the database directory, but I'm not sure why. That's whey Documentum provided APIs - so that you don't have to worry about doing this yourself on the backend.
As per my idea, we have to write custom code using DFC API to export document and you can write metadata into a file for each document.