[MarkLogic Dev General] Possible to split one file into many on load in Information Studio?

semerau at hotmail.com semerau at hotmail.com
Thu Sep 15 20:13:17 PDT 2011


Suppose I have one large XML that I want to split into separate files when loaded into the database. How can this be done in Information Studio? I see several Transformations but they all seem to be transforming a single doc into another doc, not a one to many transformation.

Example:

One file:
<parent>
   <child type="a"/>
   <child type="b"/>
   <child type="c"/>
   <child type="d"/>
</parent>

Into several files:
a.xml: <child type="a"/>
b.xml: <child type="b"/>
c.xml: <child type="c"/>
d.xml: <child type="d"/>

Thanks,
Ryan
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://developer.marklogic.com/pipermail/general/attachments/20110915/76814aa8/attachment.html 


More information about the General mailing list