Title here
Summary here
Writes data into a text file. Each line in the output is created by calling the WriteLineFunc or by invoking ToString() on the object.
public class TextDestination : TextDestination<ExpandoObject>, IDataFlowStreamDestination<ExpandoObject>, IDataFlowStreamDestination, IDataFlowDestination<ExpandoObject>, IDataFlowDestination, IDataFlowComponent, ILoggableTask
public TextDestination()
public TextDestination(string fileName)
Type | Name | Description |
---|---|---|
string | fileName |
public TextDestination(string fileName, Func<ExpandoObject, string> writeLineFunc)
Type | Name | Description |
---|---|---|
string | fileName | |
Func<ExpandoObject, string> | writeLineFunc |