gocarina / gocsv

The GoCSV package aims to provide easy CSV serialization and deserialization to the golang programming language
MIT License
1.95k stars 243 forks source link

`getCSVFieldPosition` works wrong if column name contains zero width characters #242

Closed egregors closed 1 year ago

egregors commented 1 year ago

If for some reason, col titles contain zero width characters, func (f fieldInfo) matchesKey(key string) bool will return false, even col name is correct.

egregors commented 1 year ago

Closed by #243