05-19-2020 09:38 AM
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
05-20-2020 06:34 AM
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.
Explore our Alfresco products with the links below. Use labels to filter content by product module.