Import remote csv file

I have a public url that produces a CSV file. If I open it via a browser I get a csv file downloded to PC, content is present. How do I get the contents of this file into xano?

When I am trying to use the "Get File Resource Data" function and point it to that URL, I get this:

{
    "name": "Rollup.csv",
    "size": 0,
    "mime": "text/csv",
    "data": null
}

So it does recognize the file name, but no content is imported.

4 replies