Skip to main content

Extract Table Data

Extract tabular data from a specified web page or application.

Input

  • Extract Meta Data: An XML string that enables you to define what data to extract from the indicated web page.
    • Type: System.String
    • Required
  • Next Button: The target of the second indicated button, based on which the table is extracted. For more information on the property fields that can be expanded under this property, see the Target property above, as the functionality of the properties is the same.
    • Type: System.String
    • Required
  • Limit Type: The type of limit to apply when extracting data.
    • Type: System.Int32
    • Required
    • Dropdown Options:
      • No Limit
      • Max Pages
      • Max Rows
  • Limit: The number of rows to extract from the indicated web page.
    • Type: System.Int32
    • Required

Input/Output

  • Data Table: Extracted data from table as Data Table.
    • Type: System.Data.DataTable
    • Required