This depends on the structure of your website. The snippet from your Data Scraping activity follows the structure of the webpage. If you inspect the webpage, you will be able to find out the issue.
You can also search here on the forum for the data scraping xml or go directly to this thread for more guidance
Tks for your help. However, my question is if I have the same selector for both variables or columns, why is the variable4 empty? after executing the scraping routine. I think the selector is correct because it retrieved me data in the variable3. Even I want to create three columns with the same selector. Is it possible since it did not work as you see in the example posted.
It can be that the attribute you want to get is not properly marked in the xml. You can change the attribute name by changing text
to somethng different.
Tks for your answer. If I want to retrieve in both columns the same attribute text… Is it not possible?. If so could you let me know another approach that I can use please?.
It is also possible that the path to the element is not correct. You can still use the hints from the topics linked above to edit the xml path for the fourth element. It is super hard to tell exactly without seeing the structure of the page you are working with.
Would it be possible for you to paste in the xml values from your Data Scraping activity together with a screenshot of the html structure of that fourth column elements (as shown via inspect element in your browser)?
Tks for your prompt answer and help me. Apparently the Extract wizard show us that it is possible to extract the same value in both columns. However, when I paste the table in a excel sheet for any reason the second column is blank. Could you try the same to paste the data extacted in a excel sheet please?.