Assignment 2, Level 3 - Problem reading csv files

Hi! I am doing assignment 2 and I have a problem when reading the csv downloaded from one client. I want to iterate through each month to get the csv of that month and put it all into one excel file. The problem is that when I iterate through the csv file names, none of them is found. How can I get the robot to find them? Thanks!
image

May be you are missing the file extension at the end in the file path of Read CSV activity.

Check the file path - "C:\...\Report-RO125678-" + item.ToString + ".csv"

Regards,
Karthik Byggari

2 Likes

Thank you @KarthikByggari! Worked perfectly fine :slight_smile:

1 Like

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