Forum Discussion

Sachin Jain's avatar
Sachin Jain
Brass Contributor
Apr 23, 2017
Solved

Get Data from Web

Hello   LInk : http://rajasthanindustries.org/ViewCompanyProfile.aspx?id=All&typet=alpha   There is a dataset which I want to get and transform using web, its in table but not able to identify , ...
  • SergeiBaklan's avatar
    SergeiBaklan
    May 11, 2017

    Yury, in general that's possible, in the code you have you have to use instead of Web.Page(Web.Contents(...)) just only Web.Contents(...) and after that parse the code more or less manually. I did that to extract some information from this Tech Comm site.

     

    One of the examples for such approach is http://datachant.com/2017/05/08/web-scraping-power-bi-part-2/, the latest i've seen, but Gil published more on his site.

     

    However not sure that's practical for this concrete case.

Resources