Re: writing a csv file

2013-12-28 Thread keepcl123
public void doHandleCsvData(List> csvData) { } -- View this message in context: http://camel.465427.n5.nabble.com/writing-a-csv-file-tp5745260p5745293.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: writing a csv file

2013-12-27 Thread keepcl123
Also I would like to know how to get the .csv file name that I have read when I am in my bean. -- View this message in context: http://camel.465427.n5.nabble.com/writing-a-csv-file-tp5745260p5745287.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: writing a csv file

2013-12-27 Thread keepcl123
CsvDataFormat.java:70) at org.apache.camel.processor.MarshalProcessor.process(MarshalProcessor.java:57) at org.apache.camel.impl.converter.AsyncProcessorTypeConv -- View this message in context: http://camel.465427.n5.nabble.com/writing-a-csv-file-t

Re: writing a csv file

2013-12-26 Thread Willem Jiang
gt; > {{report1.done.directory}}&moveFailed={{report1.failed.directory}}" > /> > > > > > /> > > > > > > /> > > > > Can you help ? > Thx > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/writing-a-csv-file-tp5745260.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

writing a csv file

2013-12-26 Thread keepcl123
Here is my code , but I get en exception on the marshal part : "can not convert from a String to a Map" http://camel.apache.org/schema/spring"; id="report1"> Can you help ? Thx -- View this message in context: http://camel.465427.n5.nabble.com/writi