CsvWith |
| Name | Description | |
|---|---|---|
| WithFilter(Int32, String) | Instructs the reader to only return lines where the value in the specified column matches the provided value. | |
| WithFilter(String, String) | Instructs the reader to only return lines where the value in the specified column matches the provided value. This overload implies that the CSV file has a header. |