xpath - How to Scrape a Website Using Google Spreadsheet? -


I have this website and I am trying to remove the href link behind 'View' under 'full profile' I am

I would like to know how to handle it. I tried to do // dl [1] / dd [therein (a / text (), 'view')] / @ href but he did not return any data < p> I would also like to know an expert opinion about what is the most effective way to scraps websites: is it better to run an import extension than Google Docs or is it a better way to use scripts?

You can & lt; dd & gt; Try to query for the code> @ half tag (which does not exist). Instead, be close to your original expression:

  // dd / a [= 'view'] / @ href   

p>

  // dl [1] / day / a [in (text (), 'view')] / @ href   

Is it better to run Extension than imported or is it a better way to use scripts?

How to find complex things If you want to read some computational data, then you are probably better than plain spreadsheets; If it is more complex then it is appropriate to write your script.

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -