marklogic-contentpump
marklogic-contentpump copied to clipboard
Support JSON aggregate files in the form of [{...}, {...}, {…}]
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.
Sounds like the aggregates of JSON documents.
It is--just in a slightly different format (objects inside an array instead of standalone objects on each line).
Another user also asked the same capability.
+1 on the capability being added to MLCP.
@abika5 Could you please triage this?