CSV options: howto setting ?

2009-04-28 Thread Campa
Hi guys, Reading the documentation for CSV ( http://camel.apache.org/csv.html ) I have see that is possible to control the setting of the CSVparser for example using the option "CSVConfig" , but how ? How i can set "options" ? For example if I have to change the separator char using ":" in place

Re: CSV options: howto setting ?

2009-04-28 Thread Campa
Claus Ibsen-2 wrote: > > ... > CsvDataFormat customCsv = new CsvDataFormat(); > CSVConfig custom = new CSVConfig(); > custom.setDelimiter(';'); > custom.addField(new CSVField("foo")); > custom.addField(new CSVField(

Re: CSV options: howto setting ?

2009-04-28 Thread Campa
Claus Ibsen-2 wrote: > > On Tue, Apr 28, 2009 at 11:31 AM, Campa > wrote: >> >> >> Claus Ibsen-2 wrote: >>> >>> Hi >>> >>> You can try the 2.0-SNAPSHOT. There are some instructions at the >>> download >>>

Re: CSV options: howto setting ?

2009-04-28 Thread Campa
Claus Ibsen-2 wrote: > > Hi > > You can try the 2.0-SNAPSHOT. There are some instructions at the download > page > http://camel.apache.org/download.html > > About how to set the maven repository if using maven. Or where you can > find a .zip with the 2.0-SNAPSHOT. > > Done! But the met