marklogic / marklogic/marklogic-contentpump
Support multiple fields for -uri_id
Open
@vzhang-progress is already working on this.
Since Mar 22, 2019.
minor
mlcp
new
task
- Dominant language
- Java
- Stars
- 37
- Forks
- 32
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 12
Description
It would be convenient if you could set -uri_id to multiple fields that when concatenated create a unique ID.
For example:
For incoming data:
part_number,manufacturer_id
1234,ABCD
Running ...
-uri_id part_number,manufacturer_id
-output_uri_suffix .json
Could result in:
1234/ABCD.json
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.