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