How to parse a CSV file in

- Notice that the API of CSV Parse changed a bit since this video was made. You now need to import the parser in CommonJS with: const {parse} = require(’csv-parse’); This is a short introduction to reading and parsing CSV files in . We will be using the npm module “csv-parse“ for this example. ► Social Media
Back to Top