Why doesn't Current Data Table work for me
I am reading a csv file then iam calling current data table on that and it give me error - Argument must contain data table reference in access or evaluation of 'Current Data Table' , Current Data Table/*###*/(dtIVInitial)Even though the type of dtIVInitial is Table ? What am I doin wrong. Also this doesnt even open a datatable.// Construct the full paths
initialCSVPath = dataFolderInitial || "/"
...