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:
parent
10b1110942
commit
0a6f94b2a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue