We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57b59cf commit 95eb13aCopy full SHA for 95eb13a
1 file changed
src/site/xdoc/index.xml
@@ -26,9 +26,9 @@ limitations under the License.
26
<p>Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.</p>
27
<p>The most common CSV formats are predefined in the <a href="apidocs/org/apache/commons/csv/CSVFormat.html">CSVFormat</a> class:
28
<ul>
29
- <li><a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a></li>
30
<li>MS Excel</li>
31
<li><a href="http://dev.mysql.com/doc/refman/5.0/en/mysqldump-delimited-text.html">MySQL</a></li>
+ <li><a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a></li>
32
<li><a href="http://en.wikipedia.org/wiki/Tab-separated_values">TDF</a></li>
33
</ul>
34
</p>
0 commit comments