Re: Converting CSV to XML

2012-09-26 Thread Claus Ibsen
http://camel.apache.org/csv And there is other CSV and XML related components / data format http://camel.apache.org/data-format.html > thanks. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Converting-CSV-to-XML-tp5711086p5720047.html &g

Re: Converting CSV to XML

2012-09-26 Thread Christian Müller
n easy do the xsl to create the final > xmls. > > thanks. > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Converting-CSV-to-XML-tp5711086p5720047.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Converting CSV to XML

2012-09-26 Thread German O
the one described here, and with that simple format, I can easy do the xsl to create the final xmls. thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Converting-CSV-to-XML-tp5711086p5720047.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Converting CSV to XML

2012-07-20 Thread ambarish.d
by http://workingwithqueues.blogspot.com/ -- View this message in context: http://camel.465427.n5.nabble.com/Converting-CSV-to-XML-tp5711086p5716294.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Converting CSV to XML

2012-05-19 Thread Claus Ibsen
;      Sex >      Zip > >   > > >      Edward >       22 >      M >      33639 > >   > .. > > > But Output I want is > > > > Edward > 22 > M > 33639 > > > > > > > Can anybody please help me and show the proper w

Re: Converting CSV to XML

2012-05-19 Thread ambarish.d
> What about using a simple XSLT to go from the outputted format to your >> > desired format? It should be a pretty straight forward transformation. >> > >> > Thanks, >> > Yogesh >> > >> > -- >> > View this message in context: >> >

Re: Converting CSV to XML

2012-05-17 Thread Christian Müller
Above code is: > > > > > Name > Age > Sex > Zip > > > > > Edward > 22 > M > 33639 > > > .. > > > But Output I want is > > > > Edward > 22 > M > 33639 > > >

Re: Converting CSV to XML

2012-05-17 Thread ramesri
to your > > desired format? It should be a pretty straight forward transformation. > > > > Thanks, > > Yogesh > > > > -- > > View this message in context: > > > http://camel.465427.n5.nabble.com/Converting-CSV-to-XML-tp5711086p5711598.html > >

Re: Converting CSV to XML

2012-05-17 Thread ychawla
Thanks, Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Converting-CSV-to-XML-tp5711086p5711610.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Converting CSV to XML

2012-05-17 Thread Christian Müller
hanks, > Yogesh > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Converting-CSV-to-XML-tp5711086p5711598.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Converting CSV to XML

2012-05-17 Thread ychawla
Hi Amby, What about using a simple XSLT to go from the outputted format to your desired format? It should be a pretty straight forward transformation. Thanks, Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/Converting-CSV-to-XML-tp5711086p5711598.html Sent from the

Converting CSV to XML

2012-05-17 Thread ambarish.d
anybody please help me and show the proper way of doing this. It will be a great help. thanks Amby -- View this message in context: http://camel.465427.n5.nabble.com/Converting-CSV-to-XML-tp5711086.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Converting CSV to XML

2012-05-17 Thread sekaijin
message in context: http://camel.465427.n5.nabble.com/Converting-CSV-to-XML-tp5711086p5711306.html Sent from the Camel - Users mailing list archive at Nabble.com.