Closed shawnbot closed 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
Closed in #4.
It would be awesome if this could read tabular data from HTML with a streaming parser, e.g.
And it would be even more awesome if it could write HTML tables: