Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 333 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 333 Bytes

html2csv.py

This handy script reads an HTML file and prints each of the HTML tables therein to separate CSV files.

Examples

./html2csv.py webpage.html

cat webpage.html | ./html2csv.py

Credits

Fernando Ferreira provided changes that updated the script to Python3.