I have a csv file that i need to download and display in a table. What i am trying to do is download the file from a server and convert its contents into an object in angular6.
for example i have a file in http://example.com/myFile.csv
But Im unable to do so, What is the correct way to do it?
thanks to anyone who answers.