I have a delimited text file in my local machine and trying to load this file using MLCP into remotely located MarkLogic from my local machine. When I am doing this getting the below error msg. I didn't append '/' before my file path in my parameter but it is automatically appending slash to the path, which creating the issue.
java.io.IOException: No input files found with the specified input path file:/D:/MLCP Tool/test.txt and input file pattern .* at com.marklogic.contentpump.FileAndDirectoryInputFormat.getSplits(FileAndDirectoryInputFormat.java:129) at com.marklogic.contentpump.DelimitedTextInputFormat.getSplits(DelimitedTextInputFormat.java:80) at com.marklogic.contentpump.LocalJobRunner.run(LocalJobRunner.java:128)