davedelong/CHCSVParser

When open a csv file in appending mode, set the _currentLine the last line number of the file

Closed this issue · 0 comments

In order to prevent the first fields line from being added again. I think, setting the _currentLine the last line number of the file will do the trick. Any risks ?