Skip to main content

Class UnstructuredExtractorFactory

A concrete implementation of Workspace.XBR.Xperiflow.Etl.Unstructured.IUnstructuredExtractorFactory that creates an Workspace.XBR.Xperiflow.Etl.IExtractor%601 object to extract unstructured data.

Namespace: Workspace.XBR.Xperiflow.Etl.Unstructured

Assembly: Xperiflow.dll

Declaration
public class UnstructuredExtractorFactory : IUnstructuredExtractorFactory

Implements: Workspace.XBR.Xperiflow.Etl.Unstructured.IUnstructuredExtractorFactory

Methods

CreateExtractor(IConnectionContext, IDataContainerContext, IDataFormat)

Creates an Workspace.XBR.Xperiflow.Etl.IExtractor%601 based on the provided Workspace.XBR.Xperiflow.Etl.IConnectionContext, Workspace.XBR.Xperiflow.Etl.IDataContainerContext, and Workspace.XBR.Xperiflow.Etl.IDataFormat.

Declaration
public IExtractor<Stream> CreateExtractor(IConnectionContext connectionContext, IDataContainerContext dataContainerContext, IDataFormat dataFormat)
Returns

Workspace.XBR.Xperiflow.Etl.IExtractor<System.IO.Stream>

A concrete implementation of Workspace.XBR.Xperiflow.Etl.IExtractor%601 object to extract data from a source

Parameters
TypeNameDescription
Workspace.XBR.Xperiflow.Etl.IConnectionContextconnectionContextThe [Workspace.XBR.Xperiflow.Etl.IConnectionContext](../Xperiflow.Etl/IConnectionContext.md) object
Workspace.XBR.Xperiflow.Etl.IDataContainerContextdataContainerContextThe [Workspace.XBR.Xperiflow.Etl.IDataContainerContext](../Xperiflow.Etl/IDataContainerContext.md) object
Workspace.XBR.Xperiflow.Etl.IDataFormatdataFormatThe [Workspace.XBR.Xperiflow.Etl.IDataFormat](../Xperiflow.Etl/IDataFormat.md) object
Exceptions

System.NotSupportedException

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?