Reading/Writing to csv file in an external device

Hi,

Currently, I am able to read/write csv data directly within the local device.

However, I am trying to read/write csv file from external device(PC with a shared folder) within the network. I am able to ping the external device.

My doubt is how to set the file name(which includes the external device IP) in the file node.

thank you

drive im
flows (45).json (2.3 KB)

Why not mount the WIndows share on the Linux box that is running NR - have this mount in your fstab file so it happens when the system restarts

You could (for instance) have it mounted at /mnt/TestingIOTW and then access that as a normal path in Linux

https://linuxize.com/post/how-to-mount-cifs-windows-share-on-linux/#:~:text=To%20automatically%20mount%20a%20Windows,point%20on%20the%20local%20machine.

Craig

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