Thanks for the suggestions. I will try and will let you know the output.


On 30 May 2017 19:51, "Nikunj Vekariya" <nikunjdvekar...@yahoo.com> wrote:

> Hi manoj,
>
> The mlcp transform module return map:map* i.e it can return multiple map.
>
> Write your transformation in such a way that it create and put your <info>
> and <data> information into respective map and at the end you can return
> those map with respective value and uri.
>
> Best,
> Nikunj
>
>
> Sent from Yahoo Mail for iPhone
>
> On Tuesday, May 30, 2017, 2:19 AM, manoj viswanadha <
> manoj.viswana...@gmail.com> wrote:
>
> Hi Team,
>
> I have a requirement to take aggregate xml as input and break that file
> into different individual xml files and commit into database.
>
> At a individual document level i have my content and single uri when I
> break into multiple documents i have more than one document  to be created
> with multiple uris.
>
> Sample data:
>
> <root>
> <employee>
> <info></info>
> <info></info>
> <data></data>
> <data></data>
> </emploee>
> <employee>
> <info></info>
> <info></info>
> <data></data>
> <data></data>
> </emploee>
> </root>
>
> I want to create 4 different documents 2 from info and 2 from data and
> load 4 documents from mlcp transform at first employee level. Similarly for
> other employee levels.
>
>
> Is there any way to solve this using mlcp with transform?
>
> Thanks,
> Manoj Viswanadha
> _______________________________________________
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at:
> http://developer.marklogic.com/mailman/listinfo/general
>
>
> _______________________________________________
> General mailing list
> General@developer.marklogic.com
> Manage your subscription at:
> http://developer.marklogic.com/mailman/listinfo/general
>
>
_______________________________________________
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to