billgraziano / CsvDataReader

Fast streaming CSV file reader for PowerShell impleted as a DataReader.
40 stars 22 forks source link

Setting to ignore errors #4

Open billgraziano opened 10 years ago

billgraziano commented 10 years ago

Control this via a settable property. Any failed rows are skipped and returned via a string array property at the end.