Line number is wrong when last line doesn't contain \n
------------------------------------------------------
Key: SANDBOX-207
URL: https://issues.apache.org/jira/browse/SANDBOX-207
Project: Commons Sandbox
Issue Type: Bug
Components: CSV
Reporter: Pino Silvaggio
Line number is wrong when last line doesn't contain \n
The line number returned is the same as the previous line
since it has not been incremented. This is because it
uses the ExtendedBufferReader which increments
lines based on "\n" which is somewhat wrong...
Refer to: http://tools.ietf.org/html/rfc4180
It permits the last line not to have a CRLF.
I would submit a patch for this but will it be ignored?
Should I make time for this?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.