Access denied type of errors are often caused by either antivirus software blocking the files or lack of enough permissions to the folders. Could you test it with antivirus temporarily disabled?
Yes buddy
That activity will take the filepath as input and not the folder path alone
So if we know the folder path only
Then from that we can get the Filename using this expression arr_files = Directory.GetFiles(“yourfolderpath”,”*.csv”)
Where arr_file is a variable of type array of string
—now use a FOR EACH activity and pass the above variable as input and
—inside the loop use a READ CSV activity and mention the file path input as item.ToString
Check on task manager if excel processes are still running. Kill those processes and try to rerun. If you are still unable to kill all they might be running on the background, you can restart your pc/laptop so that it would all be closed and refreshed. Hope this helps
Yah
That file path can be passed as input to READ CSV activity
To be simple if we pass a folder how does that activity read csv knows whether it’s a csv file or not
@Palaniyappan For UI Path Advanced certification, they have mentioned to use WorkItems and not Queues. But I am comfortable with Queues, can I use Queues for the exam?? They have not mentioned about using Queues in the grading pattern though.