Hi,
I would like to download a csv file from a website once per day and save it to the local node-red file system as a csv file. (renaming the file would be nice but not crucial)
I do not know which node to use. I have tried a few and looked at available nodes from the palette but I can't see whether there is one that will facilitate this or not.
The path looks like this...
https://domainname.com/folder1/folder2/filename.csv
http request node - I thought might work, but seemingly not
csv nodes seem to be for working with local files only
file nodes also seem to need the file to be local
In the palette I saw this node...
@prescient-devices/node-red-contrib-downloadfile but from the description I couldn't decide whether this would work.
If anyone has done this type of thing, which node did you use?
Thanks
Richard