Product Information

I am trying to use the marking pump in ML 7. I downloaded mlcp from the site, trying to download one xml.

From Marklogic Documentation : The following example downloads files from a local directory / space / account / local file system data:

mlcp.sh import -host localhost -port 8006-userername user \ -password passwd -input_file_path / space / bill / data -mode local

but it gives me the full path along the path -input_file_.

My mlcp call:

./mlcp.sh import -host localhost -port 18041 -username xxxx -password 'xxxxx' -mode local -streaming -document_type XML file -input_file_path: / home / hugo / workspace / oplage-mapping / data -output_uri_prefix / data / map

According to the documentation, this will give me a uri like document

/ data / maps / file name

, , , , ...

, mlcp uri , ...

: uri, URI?

+4
1

, output_uri_prefix , output_uri_replace, aggregate_uri_id ..

output_uri_replace; : -output_uri_replace "^.*/workspace,''" URI, /data.

+3

Source: https://habr.com/ru/post/1534492/


All Articles