You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...)
The text was updated successfully, but these errors were encountered:
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...)
The text was updated successfully, but these errors were encountered: