An open API service indexing awesome lists of open source software.

https://github.com/r-barnes/html2csv

Reads HTML files, converting tables into CSV files
https://github.com/r-barnes/html2csv

Last synced: about 2 months ago
JSON representation

Reads HTML files, converting tables into CSV files

Awesome Lists containing this project

README

        

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.