swiftcsv / SwiftCSV

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

Conform to Codable #118

Open DivineDominion opened 2 years ago

DivineDominion commented 2 years ago

Potentially related to #109:

Instead of old-school OO import/export commands, we could make the CSV or its tabular representation Codable.

Example: https://github.com/Lantua/CommonCoding/blob/master/README.md#csv-codings https://github.com/dehesa/CodableCSV