Add alternative abbreviation

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522809 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-09-13 08:14:54 +00:00
parent 10b1110942
commit 0a6f94b2a3
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,9 @@
* Apache Commons CSV Format Support.
*
* <p>CSV (or its dialects) are widely used as interfaces to legacy systems or
* manual data-imports. Basically CSV stands for "Comma Separated Values" but
* this simple abbreviation leads to more confusion than definitions.</p>
* manual data-imports. CSV stands for "Comma Separated Values" (or sometimes
* "Character Separated Values") but this simple abbreviation leads to more
* confusion than definitions.</p>
*
* <p>Common to all file dialects is its basic structure: The CSV data-format
* is record oriented, whereas each record starts on a new textual line. A