This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
Releases: kotools/csv
Releases · kotools/csv
Version 2.2.0
Added
Integrate Kotools Types library (#42).
Version 2.1.1
Fixed
Fix pagination and filter ordering in the reader.
Version 2.1.0
Version 2.0.1
Fixed
File targeting on Windows (#37).
Version 2.0.0
Version 1.0.0
Added
csvReader {...}
andcsvReaderAsync {...}
for reading a CSV file or returningnull
if something goes wrong (#5).strictCsvReader {...}
andstrictCsvReaderAsync {...}
for reading a CSV file or throwing an exception if something goes wrong (#7).csvWriter {...}
andcsvWriterAsync {...}
for writing rows in a CSV file or returningnull
if something goes wrong (#8).strictCsvWriter {...}
andstrictCsvWriterAsync {...}
for writing rows in a CSV file or throwing an exception if something goes wrong (#14).