42BV / CSVeed

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

Allow header to be retrieved directly from CsvReader #5

Closed robert-bor closed 11 years ago

robert-bor commented 11 years ago

This implies also a refactoring of the routine that now fetches, stores and checks the header, since it is unsure that this method will have been called when the header is fetched.