I want to download some content in csv format. It is stored online in a csv file. I can not just read the content. I first have to download the file, open and then read it.
Is there a way to open it directly? Or do I have to first load/upload it on my server and then open it like a classic file?