The Extractor type exposes the following members.

Methods

  NameDescription
Public methodExtract
Method used to parse an input stream (in the StreamReader) and produce Rows
Public methodGetOutputSchemaAtCompileTime
Determines what the output Schema will be from this object
Public methodInitialize
Public methodProduces
Determines what the output Schema will be from this object

Properties

  NameDescription
Public propertyRows
The Rows property automatically returns the Extractor.Extract override
(Overrides RowSetRows()()()().)
Public propertyRunSingleThreaded
Should this extractor be run singlethreaded? The default is NO.
(Overrides RowSetRunSingleThreaded()()()().)

See Also