|
|
|
|
|
by mmasashi
4461 days ago
|
|
It does not solve the problem. Here is the points which I think. 1. Control characters are not supported in the almost of text editors.
2. Control characters are not human friendly.
3. The text may contain control characters in the field value. In any formats, we cannot avoid the escape characters, so even I think CSV/TSV format is reasonable. |
|
> CSV breaks depending on the implementation on Quotes, Commas and lines
CSV does not break; the implementation is broken if it doesn't parse CSV properly. With a proper implementation, CSV solves every problem that will arise from this method.