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
- Host: GitHub
- URL: https://github.com/r-barnes/html2csv
- Owner: r-barnes
- Created: 2014-12-01T23:19:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T17:58:46.000Z (almost 5 years ago)
- Last Synced: 2025-03-28T16:21:19.354Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 31
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.pyCredits
-------Fernando Ferreira provided changes that updated the script to Python3.