tabletojson
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -9,3 +9,3 @@ { | ||
"description": "Converts HTML tables to JSON objects", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"main": "./lib/tabletojson.js", | ||
@@ -12,0 +12,0 @@ "keywords": [ |
@@ -9,7 +9,7 @@ # Table to JSON | ||
I wrote this because I've been doing a lot of scraping for hackdays (etc). | ||
I wrote this because I've been doing a lot of HTML scraping on hack days recently. | ||
## Known issues / limitations | ||
It only supports parsing basic tables with a simple horizontal set of <th></th> headings and correspndoing <td></td> cells. | ||
It only supports parsing basic tables with a simple horizontal set of <th></th> headings and corresponding <td></td> cells. | ||
@@ -16,0 +16,0 @@ It's intended for hackers, you'll need to handle things like work out which tables to parse and (in most cases) to clean up the data. You might want to combine it it with modules like json2csv. |
5355