gbif / gbif-common

Utility classes
Apache License 2.0
1 stars 1 forks source link

Move extractCsvMetadata from CSVReaderFactory #6

Closed cgendreau closed 6 years ago

cgendreau commented 7 years ago

CSVReaderFactory and CSVReader will be soon be deprecated (TabularFiles is the replacement). The function extractCsvMetadata should be moved since it is used and useful.

Once moved, TabularFiles should make use of it and offer a static method like newTabularFileReader(Reader).