A utility that extracts tables from HTML documents and converts them to CSV format
Project description
html2csv
html2csv
is a utility that extracts tables from HTML documents and converts them to CSV format, written in Python.
Setup
Python 3 is required (version >=3.6). Install html2csv
by pip
.
pip install html-to-csv
Yes, the package name is html-to-csv
due to collision ;-)
Usage
usage: html2csv [-h] [-o [OUTPUT]] [-e ENGINE] [-V] [input [input ...]]
Convert HTML table to CSV format.
positional arguments:
input input sources (files, URLs, etc., default: standard
input)
optional arguments:
-h, --help show this help message and exit
-o [OUTPUT], --output [OUTPUT]
output target (default: standard output)
-e ENGINE, --engine ENGINE
HTML parser engine (default: html.parser or lxml if
installed)
-V, --version display version
Author and Contact
Wentao Han (wentao.han@gmail.com)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
html-to-csv-0.1.2.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for html_to_csv-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90b8b0e22c87a85e8ace8078bd3ce909463a64729f66c5f4906986e244c9029a |
|
MD5 | 9072b9319f4f0b7975e2cfd3f8ca6f25 |
|
BLAKE2b-256 | 9dcf982e709189c886954a88e911c4701a91b58351376c6bd129371212eae44b |