| Class | Description |
|---|---|
| LineTextDataRecordSource |
An abstract DataRecordSource for data formatted as a text file with line
feeds and/or carriage returns separating the data records.
|
| TextFileGrepList |
A List of lines from a text file that meet certain regex criteria.
|
| TextFileLineList | |
| TextGrep |
A grep-like tool that iterates over lines from a text file that meet certain regex criteria.
|