Mlcp command input_file_path problems with regex

72 Views Asked by At

I want to change input_file_path = "C:\\Marklogic\\database-image\\data" to ".*database-image//data.*" but this regex is not working in this commend. Is It something wrong with my regex?

1

There are 1 best solutions below

0
Michal Sobanski On

My workaround:

  1. Create import task in ml-gradle.
  2. From gradle get current directory.
  3. Use input_file_pattern to get correct documents.