DbfDataReader
DbfDataReader copied to clipboard
DbfDataReader Not Reading All Rows If Deleted Rows Exist
Bug Description DbfDataReader is Skipping Rows After Deleted Row if i set SkipDeletedRecords = true
Steps to reproduce the behavior:
- Read Dbf file that contains deleted record at index number (ex 100 from 500)
- try to bulk copy the dbf file to sql server
- copied rows will be rows before deleted record only which are 99 rows only
- See error
Expected behavior it should read all rows and skip deleted rows
Screenshots If applicable, add screenshots to help explain your problem.
Desktop:
- OS: [e.g. windows 10]
- Browser [e.g. chrome]
- Version [e.g. 80]