Skip to content

Commit 0c920b7

Browse files
committed
Update README.md
1 parent 5ac2ebf commit 0c920b7

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ HTML-Table-to-JSON
33

44
Author: Colin Tremblay
55

6-
Date: Tuesday, 12th November, 2013
6+
Date: Friday, 15th November, 2013
77

88
## About
99
Easily scrape and parse a table stored on a web page.
1010

1111
This project is still in ALPHA, meaning it is not fully functional!
1212

13-
The current version is .6
13+
The current version is .7
1414

15-
The project currently works on most HTML tables. Features similar to those in the javascript version (https://github.com/lightswitch05/table-to-json) by @lightswitch05 will be added soon.
15+
The project currently works on most HTML tables. Nested tables and tables containing malicious inputs have not been dealt with.
16+
17+
Features similar to those in the javascript version (https://github.com/lightswitch05/table-to-json) by @lightswitch05 are being added incrementally.
1618

1719
## Usage
1820
To get the parser, simply download the 4 php files in 'src.'
@@ -60,6 +62,11 @@ Note about php and optional arguments: If you wish to use an argument lower on t
6062

6163
sample.php has examples of the correct usage.
6264

65+
### TODO
66+
- Override cell names/data
67+
- Handle html tags within a cell better (as attribute of the cell). ex: links within the cell
68+
- Do something with the style and/or class of a given cell, row, or column. This information could be useful in some cases and shouldn't be hard to access.
69+
- Code cleanup/refactor
6370

6471
For support, feedback, suggestions etc. please email tremblay@grinnell.edu
6572

0 commit comments

Comments
 (0)