marklogic-contentpump icon indicating copy to clipboard operation
marklogic-contentpump copied to clipboard

MarkLogic Contentpump (mlcp)

Results 30 marklogic-contentpump issues
Sort by recently updated
recently updated
newest added

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...

bug
mlcp
major
verify

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...

bug
mlcp
minor
verify

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="$(...

mlcp
minor
task
new

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...

bug
mlcp
minor
verify

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...

mlcp
major
task
new

# 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...

bug
mlcp
major
verify

Hi when i try to do a export using

bug
mlcp
major
test

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 ......

mlcp
minor
task
new

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...

bug
mlcp
major
new

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...

bug
mlcp
major
verify