Title here
Summary here
A Csv destination defines a csv file where data from the flow is inserted.
public class CsvDestination : CsvDestination<ExpandoObject>, IDataFlowStreamDestination<ExpandoObject>, IDataFlowDestination<ExpandoObject>, IDataFlowStreamDestination, IDataFlowDestination, IDataFlowComponent, ILoggableTaskCsvDestination<MyRow> dest = new CsvDestination<MyRow>("/path/to/file.csv");
dest.Wait(); //Wait for all data to arrive public CsvDestination() public CsvDestination(string fileName)| Type | Name | Description |
|---|---|---|
| string | fileName |