Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22078
| References | <9362386.1094.1332510725414.JavaMail.geo-discussion-forums@ynlt15> |
|---|---|
| Date | 2012-03-23 16:28 +0100 |
| Subject | Re: Fetching data from a HTML file |
| From | Daniel Fetchinson <fetchinson@googlemail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.932.1332516539.3037.python-list@python.org> (permalink) |
On 3/23/12, Sangeet <mrsangeet@gmail.com> wrote: > Hi, > > I've got to fetch data from the snippet below and have been trying to match > the digits in this to specifically to specific groups. But I can't seem to > figure how to go about stripping the tags! :( > > <tr><td align="center"><b>Sum</b></td><td></td><td align='center' > class="green">245</td><td align='center' class="red">11</td><td > align='center'>0</td><td align='center' >256</td><td align='center' >1.496 > [min]</td></tr> > </table> Try beautiful soup: http://www.crummy.com/software/BeautifulSoup/ > Actually, I'm working on ROBOT Framework, and haven't been able to figure > out how to read data from HTML tables. Reading from the source, is the best > (read rudimentary) way I could come up with. Any suggestions are welcome! > > Thanks, > Sangeet > -- > http://mail.python.org/mailman/listinfo/python-list > -- Psss, psss, put it down! - http://www.cafepress.com/putitdown
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Fetching data from a HTML file Sangeet <mrsangeet@gmail.com> - 2012-03-23 06:52 -0700
RE: Fetching data from a HTML file "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-03-23 15:08 +0000
Re: Fetching data from a HTML file Daniel Fetchinson <fetchinson@googlemail.com> - 2012-03-23 16:28 +0100
Re: Fetching data from a HTML file Jon Clements <joncle@googlemail.com> - 2012-03-23 22:12 -0700
Re: Fetching data from a HTML file John Nagle <nagle@animats.com> - 2012-03-24 14:04 -0700
csiph-web