Actions right arrow Actions List right arrow Execute JavaScript right arrow Class List right arrow ExtractionInfoObject

Contains information about the updates made to a data table by an Extract action related to a particular HTML element or its closest parent. To get an ExtractionInfoObject you must call the GetExtractionInfo function of the GlobalObject.


Properties

object Id

Gets the Id of the row affected by the element associated with this ExtractionInfoObject.

string Action

Gets the action performed in the data table with the element associated with this ExtractionInfoObject. Can be one of the following values:

  • None: No action was performed.
  • Ignored: The element was selected for extraction but an identical row was found. Used also by the NavigateURLs action in the ExtractInfoObject that indicates the current URL's ID.
  • Updated: The element was extracted to an existing row.
  • Inserted: The element was extracted to a new row.
  • Many: More than one action was performed with this element.