<div dir="ltr"><div>&nbsp;</div>
<div>DataDirect XQuery allows to pipe&nbsp;a CSV converter among others.</div>
<div>&nbsp;</div>
<div>In this particular example the input document has&nbsp;a perfect structure and can be directly piped.</div>
<div>&nbsp;</div>
<div><span class="c9Y6TC"><font color="#0000ff">declare</font></span> <span class="c9Y6TC"><font color="#0000ff">option</font></span> ddtek:serialize <span class="c4ZSSG"><font color="#800080">&quot;method=CSV:root=list:row=entry&quot;</font></span>;<br>
<br>/</div>
<div>&nbsp;</div>
<div>result</div>
<div>&nbsp;</div>
<div>A,33,&quot;1,5&quot;<br>A,33,&quot;0,5&quot;<br>B,22,&quot;0,5&quot;<br></div>
<div>&nbsp;</div>
<div>Ivan Pedruzzi</div>
<div>DataDirect Technologies</div>
<div><a href="http://www.xquery.com/data-integration/">http://www.xquery.com/data-integration/</a></div></div>