Cannot open csv file with a variable in its file path

I used read cell to save the name o the downloaded csv file from a website, the I want to use read csv to pass the csv info to an excel. Everything is fine till I go to the activity “Read CSV”. How can I fix this?
image

1 Like

Hey @Ariel_Antonio_Gallegos,

Welcome to the community.

You need to check two things please,

  1. Whether the file path is in the variable is right - case sensitive
  2. Whether the file is present in the path you mentioned.

If you still face issue after correcting, Post screenshot or xaml for detailed help.

Thanks :slight_smile:

1 Like

Hi @Ariel_Antonio_Gallegos

Welcome to forum

For checking the error follow what @Nithinkrishna told

Also in addition to that check if there any spacing in file name u had provided as value in varaible

Hope it helps you

Regards

Nived N :robot:

Happy Automation :relaxed::relaxed::relaxed:

2 Likes

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