Hello, I want to select a hyperlink from a website according to the data read from an Excel.
I am blocked and what I have tried does not work for me, after performing data scrapping, I store the data in the table “Pais Extraido”, now my idea is that I compare the value of the country in Excel with the extracted country and when they are the same I open a new url with the country address, this last part is the one I’m blocked from.
In the screenshots you can see the extracted table and how I run through Excel.
I honestly think it is something simple, but I have blocked myself.
THANKS.
Hello and thanks for the quick response, I have never used this option and it generates doubts.
Which I have to put in the output, my table data is:
ExtraCountry (Country, URL_Country)
Hello, my excel contains a series of data, of which I only need the country, then I extract with data scrapping all the countries with their url, what I want is that when the country of my excel matches one of the table extracted me from the URL.
I am not doing something right, I have tried to save the union of the tables in an Excel and it appears empty as I show in the image. Although the objective is that I select the url according to the country, I wanted to prove that I do the union of tables well and it seems that not.
Hi that works for me, but I want to get it out of the loop, since I previously have “For each row of data” to loop through Excel with which I loop through all the records.
1.- The robot makes a query to a Database and stores the Excel,
2.- I open a website and according to the Excel country a new website will open (This is the point we are seeing).
3.- Then I will insert data from each Excel record on that website (This topic does not enter here).
I have used “For each row” to go through all the Excel records, once I read a record that selects the web URL and then I will continue with the other steps until I finish going through the Excel.
Sure, the idea is to go through the loop with the excel data, but if they are already merged in the dtjoin, it would go through with the latter only.
I’m going to send you my structure and maybe I will see it more clearly and advise me something else