-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi,
Majeed Almadan, I am following the following 3 steps to store the csv data in my specified folder the given filename. <p:processor name="oxf:text-converter"> <p:input name="config"> <config/> </p:input> <p:input name="data" href="#csvinputxmldata"/> <p:output name="data" id="csvbinary"/> </p:processor> <p:processor name="oxf:xslt-2.0"> <p:input name="data" href="#csvconfigdata"/> <p:input name="config" > <config xsl:version="2.0"> <directory><xsl:value-of select="//tempfoldername"/></directory> <file><xsl:value-of select="//csvfilename"/>.csv</file> <make-directories>true</make-directories> <append>false</append> </config> </p:input> <p:output name="data" id="csvfiledata"/> </p:processor> <p:processor name="oxf:file-serializer"> <p:input name="config" href="#csvfiledata"/> <p:input name="data" href="#csvbinary"/> </p:processor> |
-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi Majeed,
I am using java processor itself to generate to create final xml for csv. However you can try both approaches and finalize whichever is gives more performance and maintaintenace . Thanks, Majeed |
Free forum by Nabble | Edit this page |