marklogic-contentpump
marklogic-contentpump copied to clipboard
MarkLogic Contentpump (mlcp)
When migrating a project built on app-builder that uses templates for creating Excel documents, the code requires files in the content db with the following structure: ``` - - docProps...
The following command fails because the uri_replace string contains a comma: __text,123__. Attempted to escape the comma with slush or double slush has no effect. ```bash ./mlcp.sh IMPORT -host local...
Intent is to allow users to use a link to reference the sh file in /usr/bin instead of adding mlcp/bin to the PATH definition. change in mlcp.sh: ``` < DIR="$(...
Composing the `output_uri_replace` value from the base URI of the `input_file_path` is convenient, but on Windows this results in backslashes in the `output_uri_replace` value which causes errors. Might be reasonable...
We're encountering a similar issue to https://github.com/marklogic/marklogic-contentpump/issues/68 for files that are tab delimited but with unescaped quotes: Sample: ``` 11:16:43.614 [pool-1-thread-1] WARN c.m.contentpump.DocumentMapper - Skipped record: () in file:/homes/local/projects/data-hub/data/omop/all/CONCEPT/CONCEPT.csv at...
# Situation I am using mlcp to export all documents of a database to the local filesystem. In the end, I have the correct number of local files, but some...
It would be convenient if you could set -uri_id to multiple fields that when concatenated create a unique ID. For example: For incoming data: ``` part_number,manufacturer_id 1234,ABCD ``` Running ......
I'm trying to use mlcp to export the contents from my database and I get lot of errors like: > 18/05/03 16:54:13 ERROR contentpump.SingleDocumentWriter: Error saving: data://.../340c82e5-4848-76a1-0000-00001dcf41b5.json > java.io.FileNotFoundException: /var/opt/MarkLogic/.../340c82e5-4848-76a1-0000-00001dcf41b5.json...
Please refer to updated text for DHF, included below as point of reference. Key changes are to say "made available under...", reference "TechnicalSupport Handbook". Change anything specific to another product...