marklogic / marklogic/marklogic-contentpump
Mlcp Export not working with < cts query
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 37
- Forks
- 32
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 12
Description
Hi when i try to do a export using <= i am getting the following error . Iam storing the cts:andquery in a file Error
18/05/30 12:59:08 ERROR contentpump.LocalJobRunner: Error getting input splits:
18/05/30 12:59:08 ERROR contentpump.LocalJobRunner: com.marklogic.xcc.exceptions.XQueryException: XDMP-DOCATTRVALCHAR: xdmp:unquote("<cts:and-query xmlns:cts="http://marklogic.com/cts"><c...") -- Invalid attribute value character "<" or missing close quote at line 1
sample query :</cts:and-query>
<cts:element-range-query operator="<=">
<cts:element xmlns:sss=ns">sss:somevfiled</cts:element>
<cts:value xsi:type="xs:date" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">value</cts:value>
</cts:element-range-query>
</cts:and-query>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.