A utf-8 csv file (in my case: utf-8-with-signature-dos [according to emacs]) with quoted header fields like
"column1", "column2", "column3"
Generate a fieldnames list like
[u'"column1"', u'column2', u'column3']
I would expect all of the field names to have the quote character stripped.
I'm guessing this is due to the BOM being present and messing up the process that gets the headers