This class is used to convert arbitrary streams to Row objects. Users need to override the Extract and Produce methods.

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public abstract class Extractor : RowSet
Visual Basic
Public MustInherit Class Extractor _
	Inherits RowSet
Visual C++
public ref class Extractor abstract : public RowSet

Inheritance Hierarchy

Object
  UDOBase
    RowSet
      ScopeRuntime..::..Extractor
        ScopeRuntime..::..DefaultTextExtractor

See Also