Re: way to convert multiple csv files to single xml file

2012-08-10 Thread Matheen
Hi Mueller my problem is with aggregation.I successfully converted all csv files to different xml file by using bindy. But i want all csv files data to a single xml file. -- View this message in context: http://camel.465427.n5.nabble.com/way-to-convert-multiple-csv-files-to-single-xml-file

Re: way to convert multiple csv files to single xml file

2012-08-10 Thread Matheen
Sorry for confusion...i'll try to make it clear At first i had task to convert csv file to xml, i did it using bindy data format..it worked very well. Now i have task to convert two csv files into single XML file, both of the csv files have different fields. All i want to do is create single XML

Re: Need Help converting XML-CSV(flatfile)

2012-08-10 Thread Matheen
ok..before i had done conversion from CSV to XML...i had used camel bindy to do that. 1st Converting CSV file to POJO objects. 2nd Converting POJO list to XML using xstream. it is working fine. Source: http://workingwithqueues.blogspot.in/2012/07/converting-csv-to-xml-with-camel-bindy.html http

Re: way to convert multiple csv files to single xml file

2012-08-09 Thread Matheen
Hi yogesh thanks for reply. my scenario is there are two csv files order.csv and order_line.csv available at a time,now i have to convert them in to xml format. the data in xml file should be in the below format data ... .. data thanks -- View this message in context: http://ca

Re: way to convert multiple csv files to single xml file

2012-08-09 Thread Matheen
hi willem, thanks for your reply. i have gone through that aggregate concept,still i am unable to resolve my problem. can anyone help me with sample example thanks in adavance -- View this message in context: http://camel.465427.n5.nabble.com/way-to-convert-multiple-csv-files-to-single-xml

way to convert multiple csv files to single xml file

2012-08-09 Thread Matheen
Hi All, i am trying my hands on camel where i have to fetch some csv files from a file system and needs to convert it to xml format and place it on some other system here is my sample code package com.softedge.camel.java.xtof; import org.apache.camel.CamelContext; import org.apache.camel.Rou

Need Help converting XML-CSV(flatfile)

2012-08-07 Thread Matheen
hello, I just stared out with camel...i have done few basic examples Now i'm trying to convert XML data to CSV. Thanks in advance. -- View this message in context: http://camel.465427.n5.nabble.com/Need-Help-converting-XML-CSV-flatfile-tp5716908.html Sent from the Camel - Users mailing li