htable2csv

Crates.iohtable2csv
lib.rshtable2csv
version0.1.2
sourcesrc
created_at2021-04-06 18:23:19.08119
updated_at2021-05-02 18:32:14.003468
descriptionConvert and parse HTML tables to .csv files.
homepage
repositoryhttps://github.com/l-const/htable2csv
max_upload_size
id379952
size35,113
Konstantinos Lampropoulos (l-const)

documentation

README

htable2csv

crates.io

Scrape HTML tables to .csv files, from your terminal.

Description:

Program accepts an http uri and downloads HTML tables contained as .csv files.

Install (from crates.io)

cargo install htable2csv

Run

htable2csv https://www.w3schools.com/html/html_tables.asp

Help

htable2csv -h

htable2csv 0.1.1
Kostas L. <konlampro94@gmail.com>
Scrapes HTML tables from the web!

USAGE:
    htable2csv <uri> [ARGS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <uri>        Http page url to be scraped. (Required)
    <out_dir>    Relative path for the folder to place the output. (Optional)
    <prefix>     File prefix for the output files for each table. (Optional)

Commit count: 28

cargo fmt