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
Type | Name | Description |
---|---|---|
System.String | extension | A 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
Type | Name | Description |
---|---|---|
System.String | filePath | A file path. |