I did try it .. and got on the marshal part:
org.apache.camel.NoTypeConversionAvailableException: No type converter
available to convert from type: java.lang.String to
the required type: java.util.Map with value ILS
[END]
org.apache.c
Hi,
my doHandleCsvData signiture is :
doHandleCsvData(List> csvData)
so you are saying I have to so this :
doHandleCsvData(@Body List> csvData,
@Header("CamelFileName") String
fileName)
?
And another question :
how do I write the exchange beck to a csv file ?
Is this the right syntax:
Hi ,
I want to do File Poller of CSV, then unmarshaling.like this:
But I also want to get *also *the *file name* in my bean.
How do I do this ?
Thx
--
View this message in context:
http://camel.465427.n5.nabble.com/File-Poller-of-CSV-tp5745296.html
Sent
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.
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.
here is the exception and my code :
the bean method :
public void doHandleCsvData(List> csvData) {
}
the xml :
http://camel.apache.org/schema/spring";
id="report1">
Hi,
I want to read a csv file from the file directory into a java bean, do some
work on the data (a List) and then save the data to a new csv file.
I mange to do the first part (unmarshal) , but I don't know how to do the
part of writing the file after I finished my work on it (marshal ).
Here is
I have a spring context application.
I want to use camel in order to send a text message from a bean in my
application to a remote IBM MQ.
can someone give me an example?
Thx
--
View this message in context:
http://camel.465427.n5.nabble.com/IBM-MQ-tp5744802.html
Sent from the Camel - Users ma