Skip to content

Commit 1e10bd8

Browse files
committed
Update readme
1 parent 82c52d2 commit 1e10bd8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

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

44
Author: Colin Tremblay
55

6-
Date: Friday, 15th November, 2013
6+
Date: Saturday, 16th November, 2013
77

88
## About
99
Easily scrape and parse a table stored on a web page.
@@ -45,7 +45,7 @@ To use, include HTMLTable2JSON.php in your php file, create a new HTMLTable2JSON
4545
- Format: `array(0 => firstColToInclude, 1 => secondColToInclude)` OR `array(firstIndex, secondIndex)`.
4646
- Default `NULL`
4747
- `arrangeByRows`
48-
- Choosing `FALSE` treats cells as discrete objects. Cells are arranged in arrays by column, where each cell has properties of name, column title, row title, and span number.
48+
- Choosing `FALSE` treats cells as discrete objects. Cells are arranged in arrays by column, where each cell has properties of name, column title, row title, span number, and URL (if applicable).
4949
- Choosing `TRUE` treats each cell as a value for the attribute indicated in the column header. With this option, rows are arranged in an array, with `column_title : cell_title` pairs as attributes.
5050
- Default: `FALSE`
5151
- `ignoreHidden`
@@ -64,7 +64,7 @@ sample.php has examples of the correct usage.
6464

6565
### TODO
6666
- Override cell names/data
67-
- Handle html tags within a cell better (as attribute of the cell). ex: links within the cell
67+
- Handle more html tags within a cell (links have been handled).
6868
- 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.
6969
- Code cleanup/refactor
7070

0 commit comments

Comments
 (0)