使用以下命令通过 MLCP 导入存储在存档中的 XML 文档时:
mlcp import -mode local -host localhost -input_file_path "D:\xmlworkflow\test" -input_file_type archive -username admin -password admin -port 8000 -database Documents -input_file_pattern ".*/*.zip" -output_uri_prefix "/modules/"
我收到以下错误:
18/08/10 11:09:41 INFO contentpump.LocalJobRunner: Content type: XML
18/08/10 11:09:41 INFO contentpump.FileAndDirectoryInputFormat: Total input paths to process : 2
18/08/10 11:09:41 ERROR contentpump.LocalJobRunner: Error getting input splits:
18/08/10 11:09:41 ERROR contentpump.LocalJobRunner: Not type information in Archive name
我正在使用 MarkLogic 8.0-7.1。
有谁知道这个错误?