Search code examples
marklogicmarklogic-8mlcp

How to do bulk update into database using MLCP


I have to update my database using MLCP means within the database there are multiple collection so a particular collection I have to change the element or attribute, so how can I achieve this?


Solution

  • MLCP is intended for loading data into MarkLogic, exporting data from MarkLogic, or copying between MarkLogic instances (with the option to apply transforms during those operations). While you could do an MLCP copy with the input and output hosts and ports the same, with different input_collection and output_collection settings, the right tool for this job is CORB2. In fact, it was built specifically to make in-place changes to content in MarkLogic databases.