Dear jstrachan,

I have seen your post,

from("file:src/data?noop=true").bean(new MyTransformerBean()); 

public class MyTransformerBean { 

  // adding a parameter annotation so that Camel knows ot invoke 
  // this method by default - in case we add more public methods later 
  public List<PersonDocument> convert(@Body Reader reader) {... } 

} 

As convert method is returning List<PersonDocument>, How i am able to fetch
this List<PersonDocument>  from Camel





--
View this message in context: 
http://camel.465427.n5.nabble.com/CSV-file-tp466057p5769285.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to