Skip to main content

Interface ITabularExtractor

Defines a contract for extracting tabular data from a source. Implements Workspace.XBR.Xperiflow.Etl.IExtractor%601.

Namespace: Workspace.XBR.Xperiflow.Etl.Tabular

Assembly: Xperiflow.dll

Declaration
public interface ITabularExtractor : IExtractor<IDataReader>

Derived: Workspace.XBR.Xperiflow.Etl.Tabular.AbstractFileSystemTabularExtractor, Workspace.XBR.Xperiflow.Etl.Tabular.MetaFileSystemTabularExtractor, Workspace.XBR.Xperiflow.Etl.Tabular.OneStreamFileSystemTabularExtractor, Workspace.XBR.Xperiflow.Etl.Tabular.OneStreamSqlTabularExtractor

Inherited Members

Was this page helpful?