Skip to main content

Interface IFileDataFormatFactory

An interface that is used to create a Workspace.XBR.Xperiflow.Etl.IDataFormat based on the file-like data.

Namespace: Workspace.XBR.Xperiflow.Etl

Assembly: Xperiflow.dll

Declaration
public interface IFileDataFormatFactory

Methods

CreateDataFormatByExtension(string)

Creates a new instance of a Workspace.XBR.Xperiflow.Etl.IDataFormat based on the provided file extension.

Declaration
IDataFormat CreateDataFormatByExtension(string extension)
Returns

Workspace.XBR.Xperiflow.Etl.IDataFormat

Parameters
TypeNameDescription
System.StringextensionA file extension.

CreateDataFormatByFilePath(string)

Creates a new instance of a Workspace.XBR.Xperiflow.Etl.IDataFormat based on the provided file path.

Declaration
IDataFormat CreateDataFormatByFilePath(string filePath)
Returns

Workspace.XBR.Xperiflow.Etl.IDataFormat

Parameters
TypeNameDescription
System.StringfilePathA file path.

Was this page helpful?