Hey All,
Looking to use NR to monitor a network folder, and when a csv (of a known name) is loaded in that folder, use the File-In node to load that file. I have tried everything I can thing to access this network file, but I am having no success accessing that file.
The path to the file is \192.168.0.1\sda1\testing\ScaleData.csv.
If I match that path in my file in node, I get the error "Error: ENOENT: no such file or directory, open '\192.168.0.1\sda1\Testing\ScaleData.csv'" which just means NR cant find this file.
I have also tried a ton of different formats for this file name
- \\\\192.168.0.1\\sda1\\testing\\scaleData.csv
- //192.168.0.1/sda1/testing/scaleData.csv
- ////192.168.0.1/sda1/testing/scaleData.csv
- \\192.168.0.1/sda1/testing/scaleData.csv.
- etc.
For the life of me I cant figure out how to get to my network file. I installed the fs node to try to see all the files in the directory but also had little success. I tried basically all the same formats as above with the file listener and still couldnt acces any files.
Any ideas of what I'm doing wrong?
Thanks,
Pete