swiftcsv / SwiftCSV

CSV parser for Swift
MIT License
947 stars 190 forks source link

Fix issue with duplicate column name #136

Open TomorrowMC opened 4 months ago

TomorrowMC commented 4 months ago

The problem of data loss due to duplicate column names has been resolved, now if there is a duplicate column name in the first row, a CSVParseError exception will be thrown indicating the name of the first duplicate column name encountered.

DivineDominion commented 3 months ago

@TomorrowMC I'm preparing a Privacy Manifest release soon. Do you want to finish changes for that?

DivineDominion commented 2 months ago

@TomorrowMC Friendly ping to see if you want to follow up on this

TomorrowMC commented 1 month ago

Sorry for delay, The problems above have solved and equatable conformance has reverted

DivineDominion commented 1 month ago

@TomorrowMC Great, thank you! Please add a line to the CHANGELOG.md about your PR to wrap this up, then we can merge

TomorrowMC commented 1 month ago

@DivineDominion Thank you, I'v done these things. It is my first time to contribute to a open source repository, so if there is any I need to do please feel free to reply :)