0

I am working on Angular 5, NodeJS v6.11.0

I am trying to create a SPA that will work locally ( not hosted ). I already have my data in a CSV file ( excel exported to CSV )

How can I load a locally stored CSV file with Angular 5 on windows? Like C:\data\expences.csv

1 Answers1

-2

This blog post is telling how you can achieve that:

http://blog.sodhanalibrary.com/2016/10/read-csv-data-using-angular-2.html#.Wp0eM-jOWUk

KacperM
  • 85
  • 1
  • 9
  • Found this, tested it It is using Angular2, not Angular5 In Ang5, the HTTP module is depreciated. It is still present in the site Documentation but not working on compilation. – Xavier de Lapeyre Mar 05 '18 at 11:24