Are you using it to parse CSV files? or produce CSV files? I suggest you use Camel-CSV instead. BIndy CSV has a couple of problems with the first being it doesn't properly support RFC-4180 CSV files, and the second being it uses reflection to set properties..
On Tue, Aug 27, 2019 at 12:17 AM Mikael Andersson Wigander <mikael.grevs...@gmail.com<mailto:mikael.grevs...@gmail.com>> wrote: Good morning. Using Bindy dataformat, in the documentation nothing states how to set column name but some example has the name attribute given as if possible to set the name of the column header to anything other than the field name. This appartently doesn’t work so question is, is it possible? when marshalling to csv file Thx M