It would be good to have a switch for case-insensitive column headers. Additionally, stripping spaces and other separators from the headers would be useful. So referencing `'First Name'` in the class would match `FirstName`, `first name` and `first_name` etc.
It would be good to have a switch for case-insensitive column headers.
Additionally, stripping spaces and other separators from the headers would be useful.
So referencing
'First Name'in the class would matchFirstName,first nameandfirst_nameetc.