Automating the extraction of data from HTML tables with unknown structure

  • Authors:
  • David W. Embley;Cui Tao;Stephen W. Liddle

  • Affiliations:
  • Department of Computer Science, Brigham Young University, Provo, UT;Department of Computer Science, Brigham Young University, Provo, UT;Information Systems Group and Rollins eBusiness Center, Brigham Young University, Provo, UT

  • Venue:
  • Data & Knowledge Engineering - Special issue: ER 2002
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

Data on the Web in HTML tables is mostly structured, but we usually do not know the structure in advance. Thus, we cannot directly query for data of interest. We propose a solution to this problem based on document-independent extraction ontologies. Our solution entails elements of table understanding, data integration, and wrapper creation. Table understanding allows us to find tables of interest within a Web page, recognize attributes and values within the table, pair attributes with values, and form records. Data-integration techniques allow us to match source records with a target schema. Ontologically specified wrappers allow us to extract data from source records into a target schema. Experimental results show that we can successfully locate data of interest in tables and map the data from source HTML tables with unknown structure to a given target database schema. We can thus "directly" query source data with unknown structure through a known target schema.