Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am looking to extract information from HTML Tables. You can think of these tables like the ones on SEC Edgar filings. e.g. http://www.sec.gov/Archives/edgar/data/12927/000119312505038602/d10k.htm . I could go down the route of parsing the HTML document using Beautiful soup or lxml but there may be a lot of special cases or syntax cruft and variations that i may need to deal with. As this is fairly common problem, i am hoping there are open source packages who already solved this problem.
Could you please suggest any packages/solutions that can help me.

Thanks in advance

share|improve this question
I'm assuming you are using Python (since you indicate lxml and BeautifulSoup)? – B. Anderson Feb 7 '12 at 16:22

1 Answer

See http://blog.outwit.com/?p=54 downloadable at: www.outwit.com/products/hub/

or

http://www.mynewbie.com/

share|improve this answer
I need to do this in an programmatic way. Hence the firefox plugin based solution doesnt work for me. – Shyam Maddali Dec 20 '11 at 16:12
Could someone answer my question please. – Shyam Maddali Dec 30 '11 at 14:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.