Node.js v15.0.1 Documentation
https://nodejs.org/api/fs.html#fs_fspromises_readfile_path_options
The easiest way to parse a CSV file using Node.js
Learn how to easily parse the contents of a CSV file. When you have a lot of columns and different types of data in each column in a CSV file, it's difficult to parse that data. There are many libraries available which help to achieve that.
https://levelup.gitconnected.com/easiest-way-to-parse-a-csv-file-using-nodejs-76e2ec42dbc5

Seonglae Cho