I have the FileAccess Xmodule loaded and my home folder is set.
I have a csv file (websites.csv) in the datasources subfolder of the home folder.
I am attempting to use cvsRead to get this data but I get the error:
csv file ‘websites.csv’ does not exist.
The command I am using is:
{
“Command”: “csvRead”,
“Target”: “websites.csv”,
“Value”: “mywebsites”,
“Description”: “”
}