Open AlainBartmanDilaw opened 1 month ago
For information, issue happens while reading line 1474 of Custom.csv file Record uses 3 lines, but I don't think it's the reason why, because setting BufferSize to file Length bypass the issue.
Thanks for this report! Checking. I've seen some weirdness around buffer sizes straddling UTF-8 characters, this may be one of those problems.
Custom.csv
The following code enters in an infinite loop on line
Custom.csv file has been added.
Uncomment line with BufferSize makes the code run perfectly.
Loop has been detected so far at CSVFile Line 58