Skip to content

Quotes around headers breaks column mapping #7

@joesuffceren

Description

@joesuffceren

If I attempt to import a CSV with a header row of:
"DisplayName","PrimarySMTPAddress"
then an error is thrown:
Exception calling "WriteToServer" with "1" argument(s): "The given ColumnName 'DisplayName' does not match up with any column in data source."

This can be worked around by using
""DisplayName""
in the column mapping, but it would be preferable for the same optional text qualifier logic that is used for the data rows to be used for the header rows as well. My source for this CSV puts double quotes around every single cell whether it is a header or data cell.

I am using the compiled DLL you provided in "releases." I did not compile my own.

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