Read CSV issue

Read CSV: Could not find file ‘C:\Users\Dummy\Documents\UiPath\Generate Yearly Report_Performer\Report\RO125678\December.csv.crdownload’.

Hi @Manju_Reddy_Kanughula, Your given csv path and csv file name or extention is wrong

Don’t use any name after the file extension
your path: december.csv.crdownload
correct path: december.csv or crdownload_december.csv as per your file name

@Manju_Reddy_Kanughula

Looks like the file in not completely downloaded yet…if its downloaded the extension would be .csv and then you would be able to read the data

cheers

Hi,

.crdownload is temporary file for donwloading. Can you try to use WaitForDownload with IgnoreFileExtension as the following?

image

Regards,

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