Title here
Summary here
Reads data from a text file. Each line is read as a string and converted into an object by the ParseLineFunc. A line is defined as a sequence of characters followed by a line feed("\n"), a carriage return ("\r"), or a carriage return immediately followed by a line feed("\r\n").
public class TextSource : TextSource<ExpandoObject>, IDataFlowStreamSource<ExpandoObject>, IDataFlowExecutableSource<ExpandoObject>, IDataFlowStreamSource, IDataFlowExecutableSource, IDataFlowSource<ExpandoObject>, IDataFlowSource, IDataFlowComponent, ILoggableTask
public TextSource()
public TextSource(string uri)
Type | Name | Description |
---|---|---|
string | uri |
public TextSource(string uri, Func<string, int, ExpandoObject> parseLineFunc)
Type | Name | Description |
---|---|---|
string | uri | |
Func<string, int, ExpandoObject> | parseLineFunc |