We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b1110 commit 0a6f94bCopy full SHA for 0a6f94b
1 file changed
src/main/java/org/apache/commons/csv/package-info.java
@@ -19,8 +19,9 @@
19
* Apache Commons CSV Format Support.
20
*
21
* <p>CSV (or its dialects) are widely used as interfaces to legacy systems or
22
- * manual data-imports. Basically CSV stands for "Comma Separated Values" but
23
- * 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
24
+ * confusion than definitions.</p>
25
26
* <p>Common to all file dialects is its basic structure: The CSV data-format
27
* is record oriented, whereas each record starts on a new textual line. A
0 commit comments