Mr. Table (by TYO lab)

#0 / 0 rate

Mr. Table (by TYO lab)

77 users

2020-07-02

TYO Lab

Extension Information

5 star
0%
4 star
0%
3 star
0%
2 star
0%
1 star
0%

Supported Languages

Permissions

Description

Export table(s) in the web pages into downloadable CSV, JSON file(s)

In short, Mr. Table is a tool that can help extract data from table(s) (e.g. *
) of the web pages, and the extracted data can be saved into either "csv" or "json" format.

We often have needs to collect data from the Internet for our work or our study, however, data presented in the web pages are often not in the format that we want. For example, most data in the web pages are presented using HTML tag '
' or '
', but we want data can be processed by our programs or our tools (e.g. Excel).

With "Mr. Table", data can be converted from what you can see from the web pages to the format that we can actually use.

Data often is presented using HTML table and related tags in the following ways:
- for the table
- for the table column names
- for the table header row
- for the actual data
- for a data row
-
for the table header cell
-
for a data cell

For those data you can simply using the default settings with preset table selector, column selector, cell selector, etc.

Data also often is presented using CSS, and data is grouped in
tags and styled with CSS classes, for Example:



  1. #


    ID

    Name

    Age


    ...


  2. 1


    John Doe

    23


    ...


  3. 1


    John Smith

    37


    ...

  4. ...


Unfortunately, for such tables you can only extract them by specify the selectors manually.

We can work on a smart way to extract data from such tables if we can get more support.