[GJC-28] Create a generic HTML Table scraper | |
| Status: | Open |
| Project: | Genjava |
| Component/s: | gj-scrape |
| Affects Version/s: | |
| Fix Version/s: | |
| Type: | Task | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Unresolved | ||
| Environment: | |||
| Description |
| It's job will be to find the first table tag and suck the entire table in. Possibly it should do this by creating a Table object, as currently hiding in genjava code somewhere. This Table object would be created from the HTML, and there would be a way to make a TabularResult from a Table object. |
| Comment by bayard [ Tue, 7 Jun 2005 11:29:34 -0700 (PDT) ] |
| Submitted by Mike Hill. Will be in the next gj-scrape. |