Modified: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.Builder.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.Builder.html
 (original)
+++ 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.Builder.html
 Thu Feb  2 12:12:49 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CSVFormat.Builder (Apache Commons CSV 1.9.0 API)</title>
+<title>CSVFormat.Builder (Apache Commons CSV 1.10.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,14 +12,14 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CSVFormat.Builder (Apache Commons CSV 1.9.0 
API)";
+            parent.document.title="CSVFormat.Builder (Apache Commons CSV 
1.10.0 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = 
{"i0":10,"i1":9,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var methods = 
{"i0":10,"i1":9,"i2":9,"i3":42,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static 
Methods"],2:["t2","Instance Methods"],8:["t4","Concrete 
Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -112,7 +112,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static class <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.170">CSVFormat.Builder</a>
+<pre>public static class <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.188">CSVFormat.Builder</a>
 extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
 <div class="block">Builds CSVFormat instances.</div>
 <dl>
@@ -132,7 +132,7 @@ extends <a href="https://docs.oracle.com
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a 
href="javascript:show(1);">Static Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a 
href="javascript:show(32);">Deprecated Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
 <th class="colLast" scope="col">Method and Description</th>
@@ -158,13 +158,15 @@ extends <a href="https://docs.oracle.com
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setAllowDuplicateHeaderNames-boolean-">setAllowDuplicateHeaderNames</a></span>(boolean&nbsp;allowDuplicateHeaderNames)</code>
-<div class="block">Sets the duplicate header names behavior, true to allow, 
false to disallow.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">Use <a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setDuplicateHeaderMode-org.apache.commons.csv.DuplicateHeaderMode-"><code>setDuplicateHeaderMode(DuplicateHeaderMode)</code></a>.</span></div>
+</div>
 </td>
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setAllowMissingColumnNames-boolean-">setAllowMissingColumnNames</a></span>(boolean&nbsp;allowMissingColumnNames)</code>
-<div class="block">Sets the missing column names behavior, <code>true</code> 
to allow missing column names in the header line, <code>false</code> to cause an
+<div class="block">Sets the parser missing column names behavior, 
<code>true</code> to allow missing column names in the header line, 
<code>false</code> to cause an
  <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in 
java.lang"><code>IllegalArgumentException</code></a> to be thrown.</div>
 </td>
 </tr>
@@ -200,120 +202,126 @@ extends <a href="https://docs.oracle.com
 </tr>
 <tr id="i10" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setDuplicateHeaderMode-org.apache.commons.csv.DuplicateHeaderMode-">setDuplicateHeaderMode</a></span>(<a
 href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum 
in 
org.apache.commons.csv">DuplicateHeaderMode</a>&nbsp;duplicateHeaderMode)</code>
+<div class="block">Sets the duplicate header names behavior.</div>
+</td>
+</tr>
+<tr id="i11" class="rowColor">
+<td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setEscape-char-">setEscape</a></span>(char&nbsp;escapeCharacter)</code>
 <div class="block">Sets the escape character.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setEscape-java.lang.Character-">setEscape</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in 
java.lang">Character</a>&nbsp;escapeCharacter)</code>
 <div class="block">Sets the escape character.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeader-java.lang.Class-">setHeader</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;? extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in 
java.lang">Enum</a>&lt;?&gt;&gt;&nbsp;headerEnum)</code>
 <div class="block">Sets the header defined by the given <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><code>Enum</code></a> class.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeader-java.sql.ResultSet-">setHeader</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;resultSet)</code>
 <div class="block">Sets the header from the result set metadata.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeader-java.sql.ResultSetMetaData-">setHeader</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSetMetaData.html?is-external=true";
 title="class or interface in 
java.sql">ResultSetMetaData</a>&nbsp;resultSetMetaData)</code>
 <div class="block">Sets the header from the result set metadata.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeader-java.lang.String...-">setHeader</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;header)</code>
 <div class="block">Sets the header to the given values.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeaderComments-java.lang.Object...-">setHeaderComments</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in 
java.lang">Object</a>...&nbsp;headerComments)</code>
 <div class="block">Sets the header comments set to the given values.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setHeaderComments-java.lang.String...-">setHeaderComments</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>...&nbsp;headerComments)</code>
 <div class="block">Sets the header comments set to the given values.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setIgnoreEmptyLines-boolean-">setIgnoreEmptyLines</a></span>(boolean&nbsp;ignoreEmptyLines)</code>
 <div class="block">Sets the empty line skipping behavior, <code>true</code> to 
ignore the empty lines between the records, <code>false</code> to translate 
empty lines to empty
  records.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setIgnoreHeaderCase-boolean-">setIgnoreHeaderCase</a></span>(boolean&nbsp;ignoreHeaderCase)</code>
-<div class="block">Sets the case mapping behavior, <code>true</code> to access 
name/values, <code>false</code> to leave the mapping as is.</div>
+<div class="block">Sets the parser case mapping behavior, <code>true</code> to 
access name/values, <code>false</code> to leave the mapping as is.</div>
 </td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setIgnoreSurroundingSpaces-boolean-">setIgnoreSurroundingSpaces</a></span>(boolean&nbsp;ignoreSurroundingSpaces)</code>
 <div class="block">Sets the parser trimming behavior, <code>true</code> to 
remove the surrounding spaces, <code>false</code> to leave the spaces as 
is.</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setNullString-java.lang.String-">setNullString</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;nullString)</code>
 <div class="block">Sets the String to convert to and from 
<code>null</code>.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setQuote-char-">setQuote</a></span>(char&nbsp;quoteCharacter)</code>
 <div class="block">Sets the quote character.</div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setQuote-java.lang.Character-">setQuote</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in 
java.lang">Character</a>&nbsp;quoteCharacter)</code>
 <div class="block">Sets the quote character, use <code>null</code> to 
disable.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setQuoteMode-org.apache.commons.csv.QuoteMode-">setQuoteMode</a></span>(<a
 href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>&nbsp;quoteMode)</code>
 <div class="block">Sets the quote policy to use for output.</div>
 </td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setRecordSeparator-char-">setRecordSeparator</a></span>(char&nbsp;recordSeparator)</code>
 <div class="block">Sets the record separator to use for output.</div>
 </td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setRecordSeparator-java.lang.String-">setRecordSeparator</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;recordSeparator)</code>
 <div class="block">Sets the record separator to use for output.</div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setSkipHeaderRecord-boolean-">setSkipHeaderRecord</a></span>(boolean&nbsp;skipHeaderRecord)</code>
 <div class="block">Sets whether to skip the header record.</div>
 </td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setTrailingDelimiter-boolean-">setTrailingDelimiter</a></span>(boolean&nbsp;trailingDelimiter)</code>
 <div class="block">Sets whether to add a trailing delimiter.</div>
 </td>
 </tr>
-<tr id="i29" class="rowColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setTrim-boolean-">setTrim</a></span>(boolean&nbsp;trim)</code>
 <div class="block">Sets whether to trim leading and trailing blanks.</div>
@@ -347,7 +355,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>create</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.177">create</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.195">create</a>()</pre>
 <div class="block">Creates a new default builder.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -361,7 +369,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>create</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.187">create</a>(<a
 href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a>&nbsp;csvFormat)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.205">create</a>(<a
 href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in 
org.apache.commons.csv">CSVFormat</a>&nbsp;csvFormat)</pre>
 <div class="block">Creates a new builder for the given format.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -377,7 +385,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>build</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.256">build</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.274">build</a>()</pre>
 <div class="block">Builds a new CSVFormat instance.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -391,7 +399,9 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setAllowDuplicateHeaderNames</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.266">setAllowDuplicateHeaderNames</a>(boolean&nbsp;allowDuplicateHeaderNames)</pre>
+<pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.286">setAllowDuplicateHeaderNames</a>(boolean&nbsp;allowDuplicateHeaderNames)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">Use <a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html#setDuplicateHeaderMode-org.apache.commons.csv.DuplicateHeaderMode-"><code>setDuplicateHeaderMode(DuplicateHeaderMode)</code></a>.</span></div>
 <div class="block">Sets the duplicate header names behavior, true to allow, 
false to disallow.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -407,8 +417,8 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setAllowMissingColumnNames</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.279">setAllowMissingColumnNames</a>(boolean&nbsp;allowMissingColumnNames)</pre>
-<div class="block">Sets the missing column names behavior, <code>true</code> 
to allow missing column names in the header line, <code>false</code> to cause an
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.299">setAllowMissingColumnNames</a>(boolean&nbsp;allowMissingColumnNames)</pre>
+<div class="block">Sets the parser missing column names behavior, 
<code>true</code> to allow missing column names in the header line, 
<code>false</code> to cause an
  <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/IllegalArgumentException.html?is-external=true";
 title="class or interface in 
java.lang"><code>IllegalArgumentException</code></a> to be thrown.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -425,7 +435,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setAutoFlush</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.290">setAutoFlush</a>(boolean&nbsp;autoFlush)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.310">setAutoFlush</a>(boolean&nbsp;autoFlush)</pre>
 <div class="block">Sets whether to flush on close.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -441,7 +451,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setCommentMarker</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.304">setCommentMarker</a>(char&nbsp;commentMarker)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.324">setCommentMarker</a>(char&nbsp;commentMarker)</pre>
 <div class="block">Sets the comment start marker, use <code>null</code> to 
disable.
 
  Note that the comment start character is only recognized at the start of a 
line.</div>
@@ -461,7 +471,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setCommentMarker</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.318">setCommentMarker</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in java.lang">Character</a>&nbsp;commentMarker)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.338">setCommentMarker</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in java.lang">Character</a>&nbsp;commentMarker)</pre>
 <div class="block">Sets the comment start marker, use <code>null</code> to 
disable.
 
  Note that the comment start character is only recognized at the start of a 
line.</div>
@@ -481,7 +491,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setDelimiter</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.332">setDelimiter</a>(char&nbsp;delimiter)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.352">setDelimiter</a>(char&nbsp;delimiter)</pre>
 <div class="block">Sets the delimiter character.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -497,7 +507,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setDelimiter</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.342">setDelimiter</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;delimiter)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.362">setDelimiter</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;delimiter)</pre>
 <div class="block">Sets the delimiter character.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -507,13 +517,31 @@ extends <a href="https://docs.oracle.com
 </dl>
 </li>
 </ul>
+<a name="setDuplicateHeaderMode-org.apache.commons.csv.DuplicateHeaderMode-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDuplicateHeaderMode</h4>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.380">setDuplicateHeaderMode</a>(<a
 href="../../../../org/apache/commons/csv/DuplicateHeaderMode.html" title="enum 
in 
org.apache.commons.csv">DuplicateHeaderMode</a>&nbsp;duplicateHeaderMode)</pre>
+<div class="block">Sets the duplicate header names behavior.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>duplicateHeaderMode</code> - the duplicate header names behavior</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>This instance.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.10.0</dd>
+</dl>
+</li>
+</ul>
 <a name="setEscape-char-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>setEscape</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.357">setEscape</a>(char&nbsp;escapeCharacter)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.392">setEscape</a>(char&nbsp;escapeCharacter)</pre>
 <div class="block">Sets the escape character.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -531,7 +559,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setEscape</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.369">setEscape</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in 
java.lang">Character</a>&nbsp;escapeCharacter)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.404">setEscape</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in 
java.lang">Character</a>&nbsp;escapeCharacter)</pre>
 <div class="block">Sets the escape character.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -549,7 +577,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setHeader</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.398">setHeader</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;? extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in 
java.lang">Enum</a>&lt;?&gt;&gt;&nbsp;headerEnum)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.433">setHeader</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;? extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in 
java.lang">Enum</a>&lt;?&gt;&gt;&nbsp;headerEnum)</pre>
 <div class="block">Sets the header defined by the given <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><code>Enum</code></a> class.
 
  <p>
@@ -580,7 +608,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setHeader</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.430">setHeader</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;resultSet)
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.463">setHeader</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSet.html?is-external=true";
 title="class or interface in java.sql">ResultSet</a>&nbsp;resultSet)
                             throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></pre>
 <div class="block">Sets the header from the result set metadata. The header 
can either be parsed automatically from the input file with:
 
@@ -612,7 +640,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setHeader</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.454">setHeader</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSetMetaData.html?is-external=true";
 title="class or interface in 
java.sql">ResultSetMetaData</a>&nbsp;resultSetMetaData)
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.487">setHeader</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSetMetaData.html?is-external=true";
 title="class or interface in 
java.sql">ResultSetMetaData</a>&nbsp;resultSetMetaData)
                             throws <a 
href="https://docs.oracle.com/javase/8/docs/api/java/sql/SQLException.html?is-external=true";
 title="class or interface in java.sql">SQLException</a></pre>
 <div class="block">Sets the header from the result set metadata. The header 
can either be parsed automatically from the input file with:
 
@@ -644,7 +672,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setHeader</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.485">setHeader</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;header)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.518">setHeader</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;header)</pre>
 <div class="block">Sets the header to the given values. The header can either 
be parsed automatically from the input file with:
 
  <pre>
@@ -673,7 +701,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setHeaderComments</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.500">setHeaderComments</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in 
java.lang">Object</a>...&nbsp;headerComments)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.533">setHeaderComments</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in 
java.lang">Object</a>...&nbsp;headerComments)</pre>
 <div class="block">Sets the header comments set to the given values. The 
comments will be printed first, before the headers. This setting is ignored by 
the parser.
 
  <pre>
@@ -693,7 +721,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setHeaderComments</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.515">setHeaderComments</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>...&nbsp;headerComments)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.548">setHeaderComments</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in 
java.lang">String</a>...&nbsp;headerComments)</pre>
 <div class="block">Sets the header comments set to the given values. The 
comments will be printed first, before the headers. This setting is ignored by 
the parser.
 
  <pre>
@@ -713,7 +741,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setIgnoreEmptyLines</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.528">setIgnoreEmptyLines</a>(boolean&nbsp;ignoreEmptyLines)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.561">setIgnoreEmptyLines</a>(boolean&nbsp;ignoreEmptyLines)</pre>
 <div class="block">Sets the empty line skipping behavior, <code>true</code> to 
ignore the empty lines between the records, <code>false</code> to translate 
empty lines to empty
  records.</div>
 <dl>
@@ -731,8 +759,8 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setIgnoreHeaderCase</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.539">setIgnoreHeaderCase</a>(boolean&nbsp;ignoreHeaderCase)</pre>
-<div class="block">Sets the case mapping behavior, <code>true</code> to access 
name/values, <code>false</code> to leave the mapping as is.</div>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.572">setIgnoreHeaderCase</a>(boolean&nbsp;ignoreHeaderCase)</pre>
+<div class="block">Sets the parser case mapping behavior, <code>true</code> to 
access name/values, <code>false</code> to leave the mapping as is.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>ignoreHeaderCase</code> - the case mapping behavior, 
<code>true</code> to access name/values, <code>false</code> to leave the 
mapping as is.</dd>
@@ -747,7 +775,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setIgnoreSurroundingSpaces</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.550">setIgnoreSurroundingSpaces</a>(boolean&nbsp;ignoreSurroundingSpaces)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.583">setIgnoreSurroundingSpaces</a>(boolean&nbsp;ignoreSurroundingSpaces)</pre>
 <div class="block">Sets the parser trimming behavior, <code>true</code> to 
remove the surrounding spaces, <code>false</code> to leave the spaces as 
is.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -763,7 +791,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setNullString</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.566">setNullString</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;nullString)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.599">setNullString</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;nullString)</pre>
 <div class="block">Sets the String to convert to and from <code>null</code>. 
No substitution occurs if <code>null</code>.
 
  <ul>
@@ -784,7 +812,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setQuote</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.578">setQuote</a>(char&nbsp;quoteCharacter)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.611">setQuote</a>(char&nbsp;quoteCharacter)</pre>
 <div class="block">Sets the quote character.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -800,7 +828,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setQuote</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.589">setQuote</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in 
java.lang">Character</a>&nbsp;quoteCharacter)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.622">setQuote</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Character.html?is-external=true";
 title="class or interface in 
java.lang">Character</a>&nbsp;quoteCharacter)</pre>
 <div class="block">Sets the quote character, use <code>null</code> to 
disable.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -816,7 +844,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setQuoteMode</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.603">setQuoteMode</a>(<a
 href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>&nbsp;quoteMode)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.636">setQuoteMode</a>(<a
 href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in 
org.apache.commons.csv">QuoteMode</a>&nbsp;quoteMode)</pre>
 <div class="block">Sets the quote policy to use for output.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -832,7 +860,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setRecordSeparator</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.619">setRecordSeparator</a>(char&nbsp;recordSeparator)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.652">setRecordSeparator</a>(char&nbsp;recordSeparator)</pre>
 <div class="block">Sets the record separator to use for output.
 
  <p>
@@ -853,7 +881,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setRecordSeparator</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.635">setRecordSeparator</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;recordSeparator)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.668">setRecordSeparator</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;recordSeparator)</pre>
 <div class="block">Sets the record separator to use for output.
 
  <p>
@@ -874,7 +902,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setSkipHeaderRecord</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.646">setSkipHeaderRecord</a>(boolean&nbsp;skipHeaderRecord)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.679">setSkipHeaderRecord</a>(boolean&nbsp;skipHeaderRecord)</pre>
 <div class="block">Sets whether to skip the header record.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -890,7 +918,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockList">
 <li class="blockList">
 <h4>setTrailingDelimiter</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.657">setTrailingDelimiter</a>(boolean&nbsp;trailingDelimiter)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.690">setTrailingDelimiter</a>(boolean&nbsp;trailingDelimiter)</pre>
 <div class="block">Sets whether to add a trailing delimiter.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -906,7 +934,7 @@ extends <a href="https://docs.oracle.com
 <ul class="blockListLast">
 <li class="blockList">
 <h4>setTrim</h4>
-<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.668">setTrim</a>(boolean&nbsp;trim)</pre>
+<pre>public&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Builder.html" title="class 
in org.apache.commons.csv">CSVFormat.Builder</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Builder.html#line.701">setTrim</a>(boolean&nbsp;trim)</pre>
 <div class="block">Sets whether to trim leading and trailing blanks.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -984,6 +1012,6 @@ extends <a href="https://docs.oracle.com
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2020 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file

Modified: 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.Predefined.html
==============================================================================
--- 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.Predefined.html
 (original)
+++ 
websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.Predefined.html
 Thu Feb  2 12:12:49 2023
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CSVFormat.Predefined (Apache Commons CSV 1.9.0 API)</title>
+<title>CSVFormat.Predefined (Apache Commons CSV 1.10.0 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CSVFormat.Predefined (Apache Commons CSV 
1.9.0 API)";
+            parent.document.title="CSVFormat.Predefined (Apache Commons CSV 
1.10.0 API)";
         }
     }
     catch(err) {
@@ -121,7 +121,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <hr>
 <br>
-<pre>public static enum <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.679">CSVFormat.Predefined</a>
+<pre>public static enum <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.712">CSVFormat.Predefined</a>
 extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang">Enum</a>&lt;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>&gt;</pre>
 <div class="block">Predefines formats.</div>
 <dl>
@@ -250,7 +250,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>Default</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.684">Default</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.717">Default</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#DEFAULT"><code>CSVFormat.DEFAULT</code></a></dd>
@@ -263,7 +263,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>Excel</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.689">Excel</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.722">Excel</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#EXCEL"><code>CSVFormat.EXCEL</code></a></dd>
@@ -276,7 +276,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>InformixUnload</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.695">InformixUnload</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.728">InformixUnload</a></pre>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>1.3</dd>
@@ -291,7 +291,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>InformixUnloadCsv</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.701">InformixUnloadCsv</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.734">InformixUnloadCsv</a></pre>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>1.3</dd>
@@ -306,7 +306,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>MongoDBCsv</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.707">MongoDBCsv</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.740">MongoDBCsv</a></pre>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>1.7</dd>
@@ -321,7 +321,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>MongoDBTsv</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.713">MongoDBTsv</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.746">MongoDBTsv</a></pre>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>1.7</dd>
@@ -336,7 +336,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>MySQL</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.718">MySQL</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.751">MySQL</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#MYSQL"><code>CSVFormat.MYSQL</code></a></dd>
@@ -349,7 +349,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>Oracle</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.723">Oracle</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.756">Oracle</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#ORACLE"><code>CSVFormat.ORACLE</code></a></dd>
@@ -362,7 +362,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>PostgreSQLCsv</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.729">PostgreSQLCsv</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.762">PostgreSQLCsv</a></pre>
 <dl>
 <dt><span class="simpleTagLabel">Since:</span></dt>
 <dd>1.5</dd>
@@ -377,7 +377,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>PostgreSQLText</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.734">PostgreSQLText</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.767">PostgreSQLText</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#POSTGRESQL_CSV"><code>CSVFormat.POSTGRESQL_CSV</code></a></dd>
@@ -390,7 +390,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>RFC4180</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.739">RFC4180</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.772">RFC4180</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#RFC4180"><code>CSVFormat.RFC4180</code></a></dd>
@@ -403,7 +403,7 @@ the order they are declared.</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>TDF</h4>
-<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.744">TDF</a></pre>
+<pre>public static final&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a> <a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.777">TDF</a></pre>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a 
href="../../../../org/apache/commons/csv/CSVFormat.html#TDF"><code>CSVFormat.TDF</code></a></dd>
@@ -424,7 +424,7 @@ the order they are declared.</div>
 <ul class="blockList">
 <li class="blockList">
 <h4>values</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.679">values</a>()</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>[]&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.712">values</a>()</pre>
 <div class="block">Returns an array containing the constants of this enum 
type, in
 the order they are declared.  This method may be used to iterate
 over the constants as follows:
@@ -444,7 +444,7 @@ for (CSVFormat.Predefined c : CSVFormat.
 <ul class="blockList">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.679">valueOf</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
+<pre>public static&nbsp;<a 
href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum 
in org.apache.commons.csv">CSVFormat.Predefined</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.712">valueOf</a>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;name)</pre>
 <div class="block">Returns the enum constant of this type with the specified 
name.
 The string must match <i>exactly</i> an identifier used to declare an
 enum constant in this type.  (Extraneous whitespace characters are 
@@ -466,7 +466,7 @@ not permitted.)</div>
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getFormat</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.757">getFormat</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" 
title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;<a 
href="../../../../src-html/org/apache/commons/csv/CSVFormat.Predefined.html#line.790">getFormat</a>()</pre>
 <div class="block">Gets the format.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -542,6 +542,6 @@ not permitted.)</div>
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
-<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2020 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+<p class="legalCopy"><small>Copyright &#169; 2005&#x2013;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
 </body>
 </html>
\ No newline at end of file


Reply via email to