frictionlessdata / datapackage-js

A JavaScript library for working with Data Package.
http://frictionlessdata.io/
MIT License
42 stars 15 forks source link

Is dialect.caseSensitiveHeader supported for validation? #101

Closed ghost closed 4 years ago

ghost commented 6 years ago

I can see the default dialect sets caseSensitiveHeader to false. How do I/can I use it to validate a data resource that had headers, say, like: h1, H1

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

roll commented 4 years ago

No, it's not supported:

name SHOULD NOT be considered case sensitive in determining uniqueness. However, since it should correspond to the name of the field in the data file it may be important to preserve case.