I think transforming the result of the parse process into instances of some class is a different concern. That should not be part of as CSVParser. In Hibernate they use ResultTransformers for this purpose [1]. I think we should separate this concerns as well.
[1] http://docs.jboss.org/hibernate/orm/3.3/api/org/hibernate/transform/ResultTransformer.html Am 13. März 2012 10:03 schrieb Emmanuel Bourg <ebo...@apache.org>: > Le 13/03/2012 09:56, sebb a écrit : > > >> It needs to be possible to access columns by index without having to >> use annotations. > > > That's still possible with the low level API. I'm just exploring the > features I would expect of a bean mapping. > > Emmanuel Bourg > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org