42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

Pass the original context of a row back together with a Bean #3

Open robert-bor opened 11 years ago

robert-bor commented 11 years ago

When a bean is returned, it has lost all its context. So when you do something with that bean and it fails because of a fault in one of its values, it is not possible to report this back to its root cause.

What we need is the option to return a BeanContext.

This context must allow us to:

Make sure the BeanContext is used all the way up to returning a non-contextual Bean.