This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
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).