Skip to main content

Class OneStreamFileSystemTabularExtractor

A concrete implementation of Workspace.XBR.Xperiflow.Etl.Tabular.ITabularExtractor that extracts tabular data from a OneStream file system.

Namespace: Workspace.XBR.Xperiflow.Etl.Tabular

Assembly: Xperiflow.dll

Declaration
public class OneStreamFileSystemTabularExtractor : ITabularExtractor, IExtractor<IDataReader>

Implements: Workspace.XBR.Xperiflow.Etl.Tabular.ITabularExtractor, Workspace.XBR.Xperiflow.Etl.IExtractor<System.Data.IDataReader>

Methods

Extract()

Extracts an IDataReader from the OneStream file system using the FilePathDataContainerContext.

Declaration
public IDataReader Extract()
Returns

System.Data.IDataReader

An IDataReader object

Implements

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?