2

I am making an Angular 13 project to parse CSV files but I am unable to find a package to parse the CSV Files, the ones I found by googling like "ngx-csv-parser" are not compatible with Angular 13.

Can somebody please suggest a package compatible with Angular 13, I am new to Angular so I am not able to decide which package to use for my project?

KUMAR HARSH
  • 95
  • 1
  • 10

1 Answers1

2

I tried ngx-papaparse. It works fine with me. Here is the npm package.