marklogic / marklogic/marklogic-contentpump
Support JSON aggregate files in the form of [{...}, {...}, {…}]
Open
Nobody has claimed this yet.
major
mlcp
new
task
- Dominant language
- Java
- Stars
- 37
- Forks
- 32
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 12
Description
As a USER
I frequently receive data as an array of objects [{...}, {...}, {…}]
and want to be able to easily ingest it into MarkLogic using mlcp without having to preprocess the file to have a JSON object per line
Each object inside the array should be a separate document in MarkLogic, and ideally would support the mlcp 'uri_id' parameter to specify a property to use as the URI.
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.