Releases: benkoska/CSV.Swift
Releases · benkoska/CSV.Swift
Minor Fix
0.1.1
Initial Release
This release includes the following features:
- Reading CSV from
URL,StringandData - Reading CSV with custom delimiter
- Parsing CSV as
[String],[String: String]andDecodable - async/await support using
AsyncCSVParser,AsyncDictionaryCSVParserandAsyncCodableCSVParser