[GJC-15] Reconsider the END_OF_LINE variable | |
| Status: | Open |
| Project: | Genjava |
| Component/s: | gj-csv |
| Affects Version/s: | |
| Fix Version/s: | csv-1.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | 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. |