CMIS bulk update

cancel
Showing results for 
Search instead for 
Did you mean: 
rdipak5
Customer

CMIS bulk update

Here is the use case.

  We would like to update metadta for a million documents in repository.  Metdata is unique for each node. I have a CSV with the metadata and noderef.

Question:

   Is to possible update metadat in bulk, we would like to minimize calls to Alfresco.

I have investigate CMIS bulk update option but it takes multiple nodes and updates single value of metata It cannot update unique metadata. I used below links

https://chemistry.apache.org/docs/cmis-samples/samples/update-objects/index.html

 

1 Reply
cesarista
Customer

Re: CMIS bulk update

Hi:

I tried in the past (when possible) with Filesystem Bulk Import tool, generating the XML metadata files for each document/ folder to update. 

Another strategy I used in the past is to compile the corresponding noderefs of all documents to update, and update them one by one with REST or even CMIS API.

Kind regards.

--C.