Commit 15fe548
committed
Add LumenWorks compatibility methods and flags to CsvDataReader
Introduces GetCurrentRawData(), CopyCurrentRecordTo(), EndOfStream, MissingFieldFlag, ParseErrorFlag, and GetFieldIndex() to CsvDataReader for LumenWorks CsvReader compatibility. Updates internal logic to set/reset new flags appropriately and adds comprehensive tests for these features.1 parent 90d22ea commit 15fe548
File tree
3 files changed
+606
-8
lines changed- project
- Dataplat.Dbatools.Csv
- dbatools.Tests/Csv
- dbatools/Csv/Reader
3 files changed
+606
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
| |||
0 commit comments