This handy script reads an HTML file and prints each of the HTML tables therein to separate CSV files.
./html2csv.py webpage.html
cat webpage.html | ./html2csv.py
Fernando Ferreira provided changes that updated the script to Python3.
There was an error while loading. Please reload this page.