You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice when there is different cases on the headers, the parsing will fail.
For example replace RowReaderFixtures.testReader line "Str".read[String],
with this line "str".read[String],
and you will have 2 failing cases.
Probably needs some level of customisation or asume that the headers will have certain case.
The text was updated successfully, but these errors were encountered:
Andrea
changed the title
support case-insensitive headers headers
support case-insensitive headers
Nov 12, 2018
Thanks for this. I reckon case insensitivity would be a more sensible
default. If it’s configurable then all the better but I’d be happy to
switch in a minor release. @d6y what do you think?
Dave
On Mon, 12 Nov 2018 at 17:09, Andrea ***@***.***> wrote:
Hi there
I notice when there is different cases on the headers, the parsing will
fail.
For example replace
RowReaderFixtures.testReader line
"Str".read[String],
with this line
"str".read[String],
and you will have 2 failing cases.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#10>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOI5yyZTsZzRSDUBeXnBDrcWp6gF0Ygks5uuaWhgaJpZM4YaB9p>
.
Hi there
I notice when there is different cases on the headers, the parsing will fail.
For example replace
RowReaderFixtures.testReader
line"Str".read[String],
with this line
"str".read[String],
and you will have 2 failing cases.
Probably needs some level of customisation or asume that the headers will have certain case.
The text was updated successfully, but these errors were encountered: