I'm trying to import a document collection where some files start with an underscore. It seems Marklogic mlcp 8.0.4 is skipping these files silently, even though Marklogic itself seems to have no problem with filenames like that.
This is the mlcp command I'm using:
mlcp-8.0-4/bin/mlcp.sh import -host localhost -port 8012 -username xxxxx -password xxxx -mode local -input_file_path /Users/test/Downloads/tempfolder33/ -output_uri_replace "^.*tempfolder33,''"
where filenames like "/Users/test/Downloads/tempfolder33/schemas/bwb/_manifest.xml" are consistently ignored by mlcp.
Any thoughts on how to fix this?