On 9/30/15, 12:34 AM, "[email protected] on behalf of Tahiliani, Vishal" <[email protected] on behalf of [email protected]> wrote:
>MLCP command used in below scenario >mlcp.sh import -host localhost -port 8040 \ > -username admin -password admin \ > -input_file_path ./parent-form.xml \ > -transform_module /example/parent-transform.xqy \ > -transform_namespace "http://marklogic.com/example" \ > -transform_param "my-value" \ > -output_collections people \ > -output_permissions my-app-role,read,my-app-role,update > You'll probably want mlcp to split the aggregate file using -aggregate_record_element. See: https://docs.marklogic.com/guide/ingestion/content-pump#id_65814 I believe the transform will then be applied to each new document created by the split, so at the level of the data node in your example. _______________________________________________ General mailing list [email protected] Manage your subscription at: http://developer.marklogic.com/mailman/listinfo/general
