This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[GJC-15] Reconsider the END_OF_LINE variable
Created: Tue, 15 Jun 2004 22:43:06 -0700 (PDT)  Updated: Tue, 15 Jun 2004 22:43:24 -0700 (PDT)

Status:Open
Project:Genjava
Component/s:gj-csv
Affects Version/s:
Fix Version/s:csv-1.1

Type:TaskPriority: Major
Reporter:Henri YandellAssignee:Henri Yandell
Resolution:Unresolved 
Environment:


 Description   
Would be nice if the END_OF_LINE was some kind of special String and not equal to something the user is likely to have in their CSV.

Currently it is "END_OF_LINE", so if that appears in the CSV, things get screwed. A better one might be to use something like (char)0.