Hi,

I have a route that exports data from a database to a csv file, and is
reused across several tables. The problem is that the CsvMarshaller always
adds up to its column list all the columns of the record being marshalled.
It's probably the same issue being reported  here
<http://camel.465427.n5.nabble.com/marshall-CSV-issue-td5734112.html>  .
First table is ok, second table (if it is a different one) is marshalled
wrong, with all its columns and the previous table columns.

Is it a wrong usage of the CSV marshaller? If it is possible I'd like to
reset its state without recreating the route.

Cheers,

Fabricio Toresan



--
View this message in context: 
http://camel.465427.n5.nabble.com/CSV-marshaller-problem-accumulating-columns-tp5774556.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to