go-csv icon indicating copy to clipboard operation
go-csv copied to clipboard

Fixed crash when there are trailing delimiters at the end of a line

Open 2joy opened this issue 6 years ago • 3 comments

I used a piece of your code to fix the problem, you can see by comments. I needed to fix it to get https://github.com/lukasmartinelli/pgfutter works properly. I built the new version of pgfutter with fixed go-csv. After 2 week of every day usage there are no isues.

2joy avatar Feb 12 '19 14:02 2joy

Whoa! I'm happy this library is being used!

Thanks for the fix. Would it be possible for you to add a test case, too? If too much work, could you paste some example code/CSV here and I'll make sure to add a test case.

JensRantil avatar Mar 23 '19 21:03 JensRantil

Whoa! I'm happy this library is being used!

Thanks for the fix. Would it be possible for you to add a test case, too? If too much work, could you paste some example code/CSV here and I'll make sure to add a test case.

@2joy Ping. Spent a few minutes yesterday trying to reproduce this but was unable to. Do you think you could paste an example CSV file here?

JensRantil avatar Mar 29 '22 06:03 JensRantil