You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: