go - Parsing S&P 500 Data from Wikipedia in GoLang -


i trying figure out how parse table of s&p 500 stock page: https://en.wikipedia.org/wiki/list_of_s%26p_500_companies.

python has nice libraries lxml take care of i'm trying same thing in golang. have looked making requests "net/http" not sure how perform actual parsing.

thank you.

i'd use lib: https://github.com/puerkitobio/goquery

it gives easy use jquery selectors.

i made example data: http://play.golang.org/p/kdwuiipxsu


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -