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.