Skip to content

Releases: logicspark/csv-import-validation

0.1.1

28 Jul 05:47
edabe1b
Compare
Choose a tag to compare

We have made the following changes in this minor release version:

  • Refactored codes
  • Fixed existing bug where numbers are not read correctly

0.1.0

06 Jul 09:18
Compare
Choose a tag to compare

We are excited to release our first working version of CSV import validation

  • Read CSV data and return it as an array via a file path or buffer
  • Read CSV data and return validation messages as objects via a file path or buffer
  • Block data upload for import with validation messages
  • Typescript support
  • Sample CSV files provided in the demo folder and example-files folder