Hello all - I'm new to camel. i want read xml file from some folder and
convert it into .csv formate and save to other directory. Here is my route
which I define for it. But it doesn't work for me.

from("file:input?fileName=test.xml&noop=true").marshall().csv().to("file:output?fileName=outPut.csv");

please tell me what's wrong with this route. I neither receive any error nor
my desired output.  



--
View this message in context: 
http://camel.465427.n5.nabble.com/how-to-convert-xml-inti-csv-file-tp5718703.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to