Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Version 1.0.0

Compare
Choose a tag to compare
@LVMVRQUXL LVMVRQUXL released this 16 Dec 11:06
· 160 commits to master since this release

Added

  • csvReader {...} and csvReaderAsync {...} for reading a CSV file or returning null if something goes wrong (#5).
  • strictCsvReader {...} and strictCsvReaderAsync {...} for reading a CSV file or throwing an exception if something goes wrong (#7).
  • csvWriter {...} and csvWriterAsync {...} for writing rows in a CSV file or returning null if something goes wrong (#8).
  • strictCsvWriter {...} and strictCsvWriterAsync {...} for writing rows in a CSV file or throwing an exception if something goes wrong (#14).