Skip to content

First quoted fieldname keeps quotes in key #81

@tanj

Description

@tanj

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions