Skip to content

Releases: unicframework/csv-parser

v1.1.1

13 May 05:29
c01ddd6
Compare
Choose a tag to compare
  • Array to csv bug fixed
  • Escape character bug fixes

v1.1.0

21 Apr 10:01
566a29a
Compare
Choose a tag to compare
  • Bug Fixes

v1.1

10 Apr 04:59
97ea53e
Compare
Choose a tag to compare

Features

  • Bug Fixes
  • Added aggregate functions like sum, min, max etc.
  • Added csv enclosure.

v1.0

17 Feb 06:22
462c0f4
Compare
Choose a tag to compare

Features

  • Parse data from csv file, array and object.
  • Parse csv to array and array to csv.
  • Parse csv to object and object to csv.
  • Parse csv to json and json to csv.
  • Set custom headers to csv file.