Skip to content

Duplicate csv column headers #60

@sapatag

Description

@sapatag

I changed in FieldMapper.AnalyzeType the line from
m_NameToInfo[tfi.Name] = tfi;
to
m_NameToInfo[tfi.memberInfo.Name] = tfi;
and I was able to write csv with non unique column headers. (My customer wanted it, don't ask me why...)

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