fubar-coder / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
0 stars 0 forks source link

Enhancement Request - Return a typed object when processing a single record #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We are using the BeanIO framework in Camel, where each message contains a CSV 
record. We want to use the BeanIO mapping and validation framework to unmarshal 
the record into a single typed object (Example: User, Schedule, etc.) the 
current implementation returns an ArrayList with the single typed object.

Original issue reported on code.google.com by jamesnor...@gmail.com on 22 May 2013 at 12:59

GoogleCodeExporter commented 9 years ago
BeanIO does return a single typed object, so I'm not sure what you are 
referring to.  Can you provide some sample code and/or mapping file?  Are you 
sure the issue isn't on the Camel side?

Original comment by kevin.s...@gmail.com on 22 May 2013 at 3:59

GoogleCodeExporter commented 9 years ago
This issue has been rejected due to lack of further information.

Original comment by kevin.s...@gmail.com on 29 May 2013 at 3:01