cldf / csvw

CSV on the web
Apache License 2.0
36 stars 5 forks source link

Tables must warn if there are duplicate column names #39

Closed xrotwang closed 3 years ago

xrotwang commented 3 years ago

Duplicate column names in the same tableSchema are currently allowed - although with undefined, buggy behaviour:

To stay backwards compatible, we should at least emit a warning when reading such metadata. In addition, UnicodeDictReader should raise a warning, too, if encountering duplicates in .fieldnames.