Thanks Christian .

I trired  using @DataField(pos=1),however if there are 3 elements in the
row,Camel forcing to define all the fields like 

@DataField(pos=1)
private String a;
@DataField(pos=2)
private String b;
@DataField(pos=3)
private String c;

If I miss one position then getting error message.

Thanks



--
View this message in context: 
http://camel.465427.n5.nabble.com/extract-data-from-mutlipe-csv-file-convert-to-xml-tp5720030p5720297.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to