You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by cyrillesaxo <cy...@yahoo.fr> on 2013/06/11 19:55:22 UTC

csv bug

The marshaller of a resultset from the version apache camel 2.10.4 has view
bugs.
      <marshal>
            <csv skipFirstLine="false" autogenColumns="true" delimiter="|"
/> 
      </marshal>
	  
If The marhaller is marshalling a data base resultet without strategy
 1) The columns name are never displayed after the marshalling 
 2) The order of the column is not always the good one
 3) They are blanks columns added to the csv file



--
View this message in context: http://camel.465427.n5.nabble.com/csv-bug-tp5734103.html
Sent from the Camel Development mailing list archive at Nabble.com.

Re: csv bug

Posted by Willem Jiang <wi...@gmail.com>.
Please use the camel user mailing list to ask this kind of question. It could be better if you can provide a test case for it.

发自我的 iPhone

在 2013-6-12,上午1:55,cyrillesaxo <cy...@yahoo.fr> 写道:

> The marshaller of a resultset from the version apache camel 2.10.4 has view
> bugs.
>      <marshal>
>            <csv skipFirstLine="false" autogenColumns="true" delimiter="|"
> /> 
>      </marshal>
>      
> If The marhaller is marshalling a data base resultet without strategy
> 1) The columns name are never displayed after the marshalling 
> 2) The order of the column is not always the good one
> 3) They are blanks columns added to the csv file
> 
> 
> 
> --
> View this message in context: http://camel.465427.n5.nabble.com/csv-bug-tp5734103.html
> Sent from the Camel Development mailing list archive at Nabble.com.