@CsvRecord public Class Foo { @DataField(pos = 3) private String bar;
... } should do the trick... Best, Christian On Fri, Sep 28, 2012 at 11:03 AM, London12345 <mailtox...@gmail.com> wrote: > Thanks.I have seen the camel bindy documentation but I am unable to find > the > details about how to skip data from single row.I can only see skipping > entire line. > > For example : > CSV file:Claus,Ibsen,Camel in Action 1,2010,35 > > I just want to pick third element in the row and rest to be ignored.Can you > please let me if such option available in bindy?. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/extract-data-from-mutlipe-csv-file-convert-to-xml-tp5720030p5720190.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --