swiftcsv / SwiftCSV

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

Quote configurable delimiter character, not just commas #102

Closed DivineDominion closed 2 years ago

DivineDominion commented 2 years ago

https://github.com/swiftcsv/SwiftCSV/blob/048a1d3c2950b9c151ef9364b36f91baadc2c28c/SwiftCSV/CSV.swift#L111-L117

The current implementation of the enquote helper is still hard-coded to ",", but we now support different delimiters.