Title here
Summary here
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.
public class CsvSource : CsvSource<ExpandoObject>, IDataFlowStreamSource<ExpandoObject>, IDataFlowExecutableSource<ExpandoObject>, IDataFlowSource<ExpandoObject>, IDataFlowStreamSource, IDataFlowExecutableSource, IDataFlowSource, IDataFlowComponent, ILoggableTaskCsvSource<CSVData> source = new CsvSource<CSVData>("Demo.csv");
source.Configuration.Delimiter = ";"; public CsvSource() public CsvSource(string uri)| Type | Name | Description |
|---|---|---|
| string | uri | The source csv file name or uri |
public CsvSource(string uri, ResourceType resourceType)| Type | Name | Description |
|---|---|---|
| string | uri | The source csv file name or uri |
| ResourceType | resourceType | Specifies if data is loaded from a file, a web endpoint or other storage types (e.g. Azure Blob Storage) |