Loading CSV Files from a network drive

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

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

I'm no expert on Linux, but could you not mount the remote directory on the NR server and access it by a local path ?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.