42BV / CSVeed

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

Top-level Facade must also support non-bean usage in an elegant way #15

Closed robert-bor closed 11 years ago

robert-bor commented 11 years ago

You now always have to pass a bean class (or bean instructions) when using CsvReader. It should be possible to just pass the reader and allow immediate access to the LineReader functionality.

Ideally, usage of the BeanReader in this case must lead to an exception, because no bean has been declared