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 9f9a8b7 commit 4321c08Copy full SHA for 4321c08
1 file changed
src/site/xdoc/user-guide.xml
@@ -34,9 +34,9 @@ limitations under the License.
34
The CSVFormat class provides some commonly used CSV variants:
35
36
<dl>
37
- <dt>EXCEL</dt><dd>The format used by Excel</dd>
38
- <dt>MYSQL</dt><dd>The format used by MySQL data bases</dd>
39
- <dt>RFC-4180</dt><dd>The format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a></dd>
+ <dt>EXCEL</dt><dd>The Microsoft Excel CSV format.</dd>
+ <dt>MYSQL</dt><dd>The Oracle MySQL CSV format.</dd>
+ <dt>RFC-4180</dt><dd>The RFC-4180 format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a></dd>
40
<dt>TDF</dt><dd>A tab delimited format</dd>
41
</dl>
42
0 commit comments