Table Extractor is a Development Tools script
Overall rating: (N/A)
|
The srcipt Table Extractor is a Development Tools script (application development software).
Table extractor is a php class that can extract almost any table from any html document/page, and then convert that html table into a php array.
Features:
- Can extract almost any table from any html page.
- Uses the table column headers as the keys in the array.
- Strip unnecessary html tags out of the source.
- Limit the number of columns and rows returned, as well as set the start row and start column.
- Create extra colunms based on data in others using regular expressions, eg. The URL of a link.
- Splits colspans and rowspans into thier original number of cells.
|
 Write a comment about the script Table Extractor
|