We tried to do dls:document-manage for our documents stored in Marklogic database. We tried with MLCP bulk operation to load multiple documents from file system and how to simultaneously do the dls:document-manage for all these files.
How to use dls:document-manage in MLCP bulk operation in MarkLogic?
149 Views Asked by Antony At
2
Could you use a CPF action to put the documents into management via to dls:document-manage() function when the document is added? It seems that it might be relatively straight-forward to do given the example in the documentation. You would only need to make sure the user executing the MLCP bulk load has the dls-user role.