Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Echo – Convert HTML Tables to JSON/CSV Files | Dark Hacker News
Echo – Convert HTML Tables to JSON/CSV Files
(github.com)
21 points
by
djico
10 years ago
| 4 comments
maxwt
10 years ago
|
next
[−]
Good stuff. Something similar in case you want to process the data further in node:
https://github.com/maxthyen/table-scraper
I'm a big x-ray fan (
https://github.com/lapwinglabs/x-ray
), makes scraping super easy
djico
10 years ago
|
parent
|
next
[−]
Thanks guys. This is my first node module. Glad it is being well received. Wrote it because I have over 10k html files to process and get the data into a DB.
wsxiaoys
10 years ago
|
next
[−]
Great job! While I believe in-browser solution will have more usage.
djico
10 years ago
|
parent
|
next
[−]
That's a good idea. My reason for building it was because I have tons of flat files to process.