BelgianBiodiversityPlatform / python-dwca-reader

🐍 A Python package to read Darwin Core Archive (DwC-A) files.
BSD 3-Clause "New" or "Revised" License
43 stars 21 forks source link

Support DwC-A files with column titles on first line #4

Closed niconoe closed 11 years ago

niconoe commented 11 years ago

For now, no detection is done, so it's the responsibility of the data consumer to skip first line if necessary.

Ideally we could have 3 modes when opening a file: skip_first_line = true | false | autodetect

niconoe commented 11 years ago

Fixed.

We didn't needed modes, because this information was specified in meta.xml. And if it's not, the standard states that it means "no headers".