shawnbot / tito

Tables In, Tables Out
Creative Commons Zero v1.0 Universal
22 stars 0 forks source link

HTML table support #1

Closed shawnbot closed 9 years ago

shawnbot commented 9 years ago

It would be awesome if this could read tabular data from HTML with a streaming parser, e.g.

curl http://data.something.gov/tables.html | tito --read html --write tsv > data.tsv

And it would be even more awesome if it could write HTML tables:

tito --read csv data.csv --write html data.html
shawnbot commented 9 years ago

Closed in #4.