How we can read data from config file

Hello All!

I have config file .csv format. I have more than 2 urls with different username and password.

I need to access each URL and process my value.

Any Guide!

Thanks.

@yogavalli Have you tried using the Read CSV Activity ?

Hello,

Are you using re-Framework, if yes then you can read it from framework. If not, why not?
If you want to use your csv, you would need to read range and then put everything in dictionary and pull results from there.

Cheers,
Radomir

2 Likes

Yes I have tried but I am able to fetch only first URL.

Sure @Radomir_Ivankovic,

I will try same thing and let you know the result.

and one more remark, username and password should be stored in Assets

1 Like