Class CsvSource
Reads data from a csv source. While reading the data from the file, data is also asnychronously posted into the targets. Data is read a as string from the source and dynamically converted into the corresponding data format.
Inheritance
object
DataFlowSource<ExpandoObject>
DataFlowExecutableSource<ExpandoObject>
DataFlowStreamSource<ExpandoObject>
CsvSource<ExpandoObject>
CsvSource
Implements
IDataFlowStreamSource<ExpandoObject>
IDataFlowExecutableSource<ExpandoObject>
IDataFlowSource<ExpandoObject>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.DataFlow.Connectors
Assembly: ETLBox.Csv.dll
Syntax
public class CsvSource : CsvSource<ExpandoObject>, ILoggableTask, IDataFlowLogging, IDataFlowStreamSource<ExpandoObject>, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowComponent, IDataFlowExecutableSource, IDataFlowStreamSource
Constructors
CsvSource()
Declaration
public CsvSource()
CsvSource(string, ResourceType)
Declaration
public CsvSource(string uri, ResourceType resourceType)
Parameters
Type | Name | Description |
---|---|---|
string | uri | |
ResourceType | resourceType |
CsvSource(string)
Declaration
public CsvSource(string uri)
Parameters
Type | Name | Description |
---|---|---|
string | uri |