Hi all,

I am trying to extract data/columns from a website.

Here is the import and link =importxml("http://www.owgr.com/ranking?pageNo=1&pageSize=150&country=All", "//td/a[1]")

I have managed to extract the column with names, but i would like extract the following columns:

- This Week
- Country
- Name

Any help will be much appreciated.

Thanks,