Using TableDataExtractor Tutorial

 

 

The Table Data Extractor extracts tabular data from the Web pages. If a Web page contains repeating information patterns than the data can be transformed into ADO.NET DataTable object. The tutorial explains how to use the TableDataExtractor. The source code of the example  can be downloaded from TableDataExtractor.

 

Rounded Rectangular Callout: Create HtmlControl for the table                               

Rounded Rectangular Callout: Run Table Data Extractor Designer                               

Rounded Rectangular Callout: Select first column value to begin column definiton.                               

Rounded Rectangular Callout: Select second column value to complete column definiton.                               

Rounded Rectangular Callout: Rename Columns.                               

Rounded Rectangular Callout: Generate C# Code.Rounded Rectangular Callout: Test  defined Table.                               

                              

Rounded Rectangular Callout: Add code to print the table.                             

Rounded Rectangular Callout: All table values are extracted and printed!