When attempting to execute the following script to load data from census_2010.csv and display dump limit for five records:
The following "failed to read data" error is generated as input path cannot be found:
The census_2010.csv file does exist in the following path when viewed in file explorer:
I tried specifying '/user/student/workshop/dihdm/data/census_2010.csv' but this did not work. What path should I specify in order to get the data read successfully in Grunt?
Thank you.