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
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
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
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
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
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
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