t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.84k forks source link

How to convert CSV to JSON in Cypress #934

Closed makwanaparth94 closed 4 years ago

makwanaparth94 commented 4 years ago

Installed convert-csv-to-jsonnpm package

Used below line in my code:

csvToJson.generateJsonFileFromCsv(fileInputName,fileOutputName); giving me an error saying

fs.readFileSync is not a function