You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
./mlcp.sh IMPORT -host local -port 8000 -username admin \
-password admin -input_file_path test -mode local \
-output_uri_replace "test,'test,123'"
java.lang.IllegalArgumentException: Invalid option argument for output_uri_replace :test,'test,123'
at com.marklogic.contentpump.Command.applyCommonOutputConfigOptions(Command.java:2219)
at com.marklogic.contentpump.Command$1.applyConfigOptions(Command.java:448)
at com.marklogic.contentpump.Command$1.createJob(Command.java:348)
at com.marklogic.contentpump.ContentPump.runCommand(ContentPump.java:226)
at com.marklogic.contentpump.ContentPump.main(ContentPump.java:74)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: