You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by gg...@apache.org on 2019/09/09 18:09:04 UTC

svn commit: r1049882 [2/33] - in /websites/production/commons/content/proper/commons-csv: ./ apidocs/ apidocs/org/apache/commons/csv/ apidocs/org/apache/commons/csv/class-use/ apidocs/src-html/org/apache/commons/csv/ jacoco-aggregate/ jacoco/ jacoco/or...

Modified: websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html
==============================================================================
--- websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html (original)
+++ websites/production/commons/content/proper/commons-csv/apidocs/org/apache/commons/csv/CSVFormat.html Mon Sep  9 18:09:03 2019
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CSVFormat (Apache Commons CSV 1.7-SNAPSHOT API)</title>
+<title>CSVFormat (Apache Commons CSV 1.7 API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,13 +12,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CSVFormat (Apache Commons CSV 1.7-SNAPSHOT API)";
+            parent.document.title="CSVFormat (Apache Commons CSV 1.7 API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"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":9,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":9,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10};
+var methods = {"i0":10,"i1":10,"i2":10,"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":9,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":9,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":10,"i52":10,"i53":10,"i54":10,"i55":10,"i56":10,"i57":10,"i58":10,"i59":10,"i60":10,"i61":10,"i62":10,"i63":10,"i64":10,"i65":10,"i66":10,"i67":10,"i68":10,"i69":10,"i70":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -367,160 +367,166 @@ implements <a href="https://docs.oracle.
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getAllowDuplicateHeaderNames--">getAllowDuplicateHeaderNames</a></span>()</code>
+<div class="block">Returns true if and only if duplicate names are allowed in the headers.</div>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getAllowMissingColumnNames--">getAllowMissingColumnNames</a></span>()</code>
 <div class="block">Specifies whether missing column names are allowed when parsing the header line.</div>
 </td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i4" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getAutoFlush--">getAutoFlush</a></span>()</code>
 <div class="block">Returns whether to flush on close.</div>
 </td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getCommentMarker--">getCommentMarker</a></span>()</code>
 <div class="block">Returns the character marking the start of a line comment.</div>
 </td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code>char</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getDelimiter--">getDelimiter</a></span>()</code>
 <div class="block">Returns the character delimiting the values (typically ';', ',' or '\t').</div>
 </td>
 </tr>
-<tr id="i6" class="altColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getEscapeCharacter--">getEscapeCharacter</a></span>()</code>
 <div class="block">Returns the escape character.</div>
 </td>
 </tr>
-<tr id="i7" class="rowColor">
+<tr id="i8" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getHeader--">getHeader</a></span>()</code>
 <div class="block">Returns a copy of the header array.</div>
 </td>
 </tr>
-<tr id="i8" class="altColor">
+<tr id="i9" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getHeaderComments--">getHeaderComments</a></span>()</code>
 <div class="block">Returns a copy of the header comment array.</div>
 </td>
 </tr>
-<tr id="i9" class="rowColor">
+<tr id="i10" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getIgnoreEmptyLines--">getIgnoreEmptyLines</a></span>()</code>
 <div class="block">Specifies whether empty lines between records are ignored when parsing input.</div>
 </td>
 </tr>
-<tr id="i10" class="altColor">
+<tr id="i11" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getIgnoreHeaderCase--">getIgnoreHeaderCase</a></span>()</code>
 <div class="block">Specifies whether header names will be accessed ignoring case.</div>
 </td>
 </tr>
-<tr id="i11" class="rowColor">
+<tr id="i12" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getIgnoreSurroundingSpaces--">getIgnoreSurroundingSpaces</a></span>()</code>
 <div class="block">Specifies whether spaces around values are ignored when parsing input.</div>
 </td>
 </tr>
-<tr id="i12" class="altColor">
+<tr id="i13" class="rowColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getNullString--">getNullString</a></span>()</code>
 <div class="block">Gets the String to convert to and from <code>null</code>.</div>
 </td>
 </tr>
-<tr id="i13" class="rowColor">
+<tr id="i14" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getQuoteCharacter--">getQuoteCharacter</a></span>()</code>
 <div class="block">Returns the character used to encapsulate values containing special characters.</div>
 </td>
 </tr>
-<tr id="i14" class="altColor">
+<tr id="i15" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in org.apache.commons.csv">QuoteMode</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getQuoteMode--">getQuoteMode</a></span>()</code>
 <div class="block">Returns the quote policy output fields.</div>
 </td>
 </tr>
-<tr id="i15" class="rowColor">
+<tr id="i16" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getRecordSeparator--">getRecordSeparator</a></span>()</code>
 <div class="block">Returns the record separator delimiting output records.</div>
 </td>
 </tr>
-<tr id="i16" class="altColor">
+<tr id="i17" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getSkipHeaderRecord--">getSkipHeaderRecord</a></span>()</code>
 <div class="block">Returns whether to skip the header record.</div>
 </td>
 </tr>
-<tr id="i17" class="rowColor">
+<tr id="i18" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getTrailingDelimiter--">getTrailingDelimiter</a></span>()</code>
 <div class="block">Returns whether to add a trailing delimiter.</div>
 </td>
 </tr>
-<tr id="i18" class="altColor">
+<tr id="i19" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#getTrim--">getTrim</a></span>()</code>
 <div class="block">Returns whether to trim leading and trailing blanks.</div>
 </td>
 </tr>
-<tr id="i19" class="rowColor">
+<tr id="i20" class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i20" class="altColor">
+<tr id="i21" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#isCommentMarkerSet--">isCommentMarkerSet</a></span>()</code>
 <div class="block">Specifies whether comments are supported by this format.</div>
 </td>
 </tr>
-<tr id="i21" class="rowColor">
+<tr id="i22" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#isEscapeCharacterSet--">isEscapeCharacterSet</a></span>()</code>
 <div class="block">Returns whether escape are being processed.</div>
 </td>
 </tr>
-<tr id="i22" class="altColor">
+<tr id="i23" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#isNullStringSet--">isNullStringSet</a></span>()</code>
 <div class="block">Returns whether a nullString has been defined.</div>
 </td>
 </tr>
-<tr id="i23" class="rowColor">
+<tr id="i24" class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#isQuoteCharacterSet--">isQuoteCharacterSet</a></span>()</code>
 <div class="block">Returns whether a quoteChar has been defined.</div>
 </td>
 </tr>
-<tr id="i24" class="altColor">
+<tr id="i25" class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#newFormat-char-">newFormat</a></span>(char&nbsp;delimiter)</code>
 <div class="block">Creates a new CSV format with the specified delimiter.</div>
 </td>
 </tr>
-<tr id="i25" class="rowColor">
+<tr id="i26" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#parse-java.io.Reader-">parse</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;in)</code>
 <div class="block">Parses the specified content.</div>
 </td>
 </tr>
-<tr id="i26" class="altColor">
+<tr id="i27" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#print-java.lang.Appendable-">print</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out)</code>
 <div class="block">Prints to the specified output.</div>
 </td>
 </tr>
-<tr id="i27" class="rowColor">
+<tr id="i28" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#print-java.io.File-java.nio.charset.Charset-">print</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;out,
      <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;charset)</code>
 <div class="block">Prints to the specified output.</div>
 </td>
 </tr>
-<tr id="i28" class="altColor">
+<tr id="i29" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#print-java.lang.Object-java.lang.Appendable-boolean-">print</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
      <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out,
@@ -528,26 +534,26 @@ implements <a href="https://docs.oracle.
 <div class="block">Prints the <code>value</code> as the next value on the line to <code>out</code>.</div>
 </td>
 </tr>
-<tr id="i29" class="rowColor">
+<tr id="i30" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#print-java.nio.file.Path-java.nio.charset.Charset-">print</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file">Path</a>&nbsp;out,
      <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;charset)</code>
 <div class="block">Prints to the specified output.</div>
 </td>
 </tr>
-<tr id="i30" class="altColor">
+<tr id="i31" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#printer--">printer</a></span>()</code>
 <div class="block">Prints to the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/System.html?is-external=true#out" title="class or interface in java.lang"><code>System.out</code></a>.</div>
 </td>
 </tr>
-<tr id="i31" class="rowColor">
+<tr id="i32" class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#println-java.lang.Appendable-">println</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out)</code>
 <div class="block">Outputs the trailing delimiter (if set) followed by the record separator (if set).</div>
 </td>
 </tr>
-<tr id="i32" class="altColor">
+<tr id="i33" class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#printRecord-java.lang.Appendable-java.lang.Object...-">printRecord</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out,
            <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</code>
@@ -555,210 +561,222 @@ implements <a href="https://docs.oracle.
  record separator.</div>
 </td>
 </tr>
-<tr id="i33" class="rowColor">
+<tr id="i34" class="altColor">
 <td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#toString--">toString</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i34" class="altColor">
+<tr id="i35" class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</code>
 <div class="block">Gets one of the predefined formats from <a href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum in org.apache.commons.csv"><code>CSVFormat.Predefined</code></a>.</div>
 </td>
 </tr>
-<tr id="i35" class="rowColor">
+<tr id="i36" class="altColor">
+<td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withAllowDuplicateHeaderNames--">withAllowDuplicateHeaderNames</a></span>()</code>
+<div class="block">Returns a new <code>CSVFormat</code> that allows duplicate header names.</div>
+</td>
+</tr>
+<tr id="i37" class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withAllowDuplicateHeaderNames-boolean-">withAllowDuplicateHeaderNames</a></span>(boolean&nbsp;allowDuplicateHeaderNames)</code>
+<div class="block">Returns a new <code>CSVFormat</code> with duplicate header names behavior set to the given value.</div>
+</td>
+</tr>
+<tr id="i38" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withAllowMissingColumnNames--">withAllowMissingColumnNames</a></span>()</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the missing column names behavior of the format set to <code>true</code></div>
 </td>
 </tr>
-<tr id="i36" class="altColor">
+<tr id="i39" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withAllowMissingColumnNames-boolean-">withAllowMissingColumnNames</a></span>(boolean&nbsp;allowMissingColumnNames)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the missing column names behavior of the format set to the given value.</div>
 </td>
 </tr>
-<tr id="i37" class="rowColor">
+<tr id="i40" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withAutoFlush-boolean-">withAutoFlush</a></span>(boolean&nbsp;autoFlush)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with whether to flush on close.</div>
 </td>
 </tr>
-<tr id="i38" class="altColor">
+<tr id="i41" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withCommentMarker-char-">withCommentMarker</a></span>(char&nbsp;commentMarker)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the comment start marker of the format set to the specified character.</div>
 </td>
 </tr>
-<tr id="i39" class="rowColor">
+<tr id="i42" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withCommentMarker-java.lang.Character-">withCommentMarker</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a>&nbsp;commentMarker)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the comment start marker of the format set to the specified character.</div>
 </td>
 </tr>
-<tr id="i40" class="altColor">
+<tr id="i43" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withDelimiter-char-">withDelimiter</a></span>(char&nbsp;delimiter)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the delimiter of the format set to the specified character.</div>
 </td>
 </tr>
-<tr id="i41" class="rowColor">
+<tr id="i44" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withEscape-char-">withEscape</a></span>(char&nbsp;escape)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the escape character of the format set to the specified character.</div>
 </td>
 </tr>
-<tr id="i42" class="altColor">
+<tr id="i45" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withEscape-java.lang.Character-">withEscape</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a>&nbsp;escape)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the escape character of the format set to the specified character.</div>
 </td>
 </tr>
-<tr id="i43" class="rowColor">
+<tr id="i46" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withFirstRecordAsHeader--">withFirstRecordAsHeader</a></span>()</code>
 <div class="block">Returns a new <code>CSVFormat</code> using the first record as header.</div>
 </td>
 </tr>
-<tr id="i44" class="altColor">
+<tr id="i47" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withHeader-java.lang.Class-">withHeader</a></span>(<a href="https://docs.oracle.com/javase/7/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/7/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">Returns a new <code>CSVFormat</code> with the header of the format defined by the enum class.</div>
 </td>
 </tr>
-<tr id="i45" class="rowColor">
+<tr id="i48" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withHeader-java.sql.ResultSet-">withHeader</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/ResultSet.html?is-external=true" title="class or interface in java.sql">ResultSet</a>&nbsp;resultSet)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the header of the format set from the result set metadata.</div>
 </td>
 </tr>
-<tr id="i46" class="altColor">
+<tr id="i49" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withHeader-java.sql.ResultSetMetaData-">withHeader</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/sql/ResultSetMetaData.html?is-external=true" title="class or interface in java.sql">ResultSetMetaData</a>&nbsp;metaData)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the header of the format set from the result set metadata.</div>
 </td>
 </tr>
-<tr id="i47" class="rowColor">
+<tr id="i50" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withHeader-java.lang.String...-">withHeader</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>...&nbsp;header)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the header of the format set to the given values.</div>
 </td>
 </tr>
-<tr id="i48" class="altColor">
+<tr id="i51" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withHeaderComments-java.lang.Object...-">withHeaderComments</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;headerComments)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the header comments of the format set to the given values.</div>
 </td>
 </tr>
-<tr id="i49" class="rowColor">
+<tr id="i52" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreEmptyLines--">withIgnoreEmptyLines</a></span>()</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the empty line skipping behavior of the format set to <code>true</code>.</div>
 </td>
 </tr>
-<tr id="i50" class="altColor">
+<tr id="i53" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreEmptyLines-boolean-">withIgnoreEmptyLines</a></span>(boolean&nbsp;ignoreEmptyLines)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the empty line skipping behavior of the format set to the given value.</div>
 </td>
 </tr>
-<tr id="i51" class="rowColor">
+<tr id="i54" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreHeaderCase--">withIgnoreHeaderCase</a></span>()</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the header ignore case behavior set to <code>true</code>.</div>
 </td>
 </tr>
-<tr id="i52" class="altColor">
+<tr id="i55" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreHeaderCase-boolean-">withIgnoreHeaderCase</a></span>(boolean&nbsp;ignoreHeaderCase)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with whether header names should be accessed ignoring case.</div>
 </td>
 </tr>
-<tr id="i53" class="rowColor">
+<tr id="i56" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreSurroundingSpaces--">withIgnoreSurroundingSpaces</a></span>()</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the trimming behavior of the format set to <code>true</code>.</div>
 </td>
 </tr>
-<tr id="i54" class="altColor">
+<tr id="i57" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreSurroundingSpaces-boolean-">withIgnoreSurroundingSpaces</a></span>(boolean&nbsp;ignoreSurroundingSpaces)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the trimming behavior of the format set to the given value.</div>
 </td>
 </tr>
-<tr id="i55" class="rowColor">
+<tr id="i58" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withNullString-java.lang.String-">withNullString</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;nullString)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with conversions to and from null for strings on input and output.</div>
 </td>
 </tr>
-<tr id="i56" class="altColor">
+<tr id="i59" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withQuote-char-">withQuote</a></span>(char&nbsp;quoteChar)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the quoteChar of the format set to the specified character.</div>
 </td>
 </tr>
-<tr id="i57" class="rowColor">
+<tr id="i60" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withQuote-java.lang.Character-">withQuote</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a>&nbsp;quoteChar)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the quoteChar of the format set to the specified character.</div>
 </td>
 </tr>
-<tr id="i58" class="altColor">
+<tr id="i61" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withQuoteMode-org.apache.commons.csv.QuoteMode-">withQuoteMode</a></span>(<a href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in org.apache.commons.csv">QuoteMode</a>&nbsp;quoteModePolicy)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the output quote policy of the format set to the specified value.</div>
 </td>
 </tr>
-<tr id="i59" class="rowColor">
+<tr id="i62" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withRecordSeparator-char-">withRecordSeparator</a></span>(char&nbsp;recordSeparator)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the record separator of the format set to the specified character.</div>
 </td>
 </tr>
-<tr id="i60" class="altColor">
+<tr id="i63" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withRecordSeparator-java.lang.String-">withRecordSeparator</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;recordSeparator)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the record separator of the format set to the specified String.</div>
 </td>
 </tr>
-<tr id="i61" class="rowColor">
+<tr id="i64" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withSkipHeaderRecord--">withSkipHeaderRecord</a></span>()</code>
 <div class="block">Returns a new <code>CSVFormat</code> with skipping the header record set to <code>true</code>.</div>
 </td>
 </tr>
-<tr id="i62" class="altColor">
+<tr id="i65" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withSkipHeaderRecord-boolean-">withSkipHeaderRecord</a></span>(boolean&nbsp;skipHeaderRecord)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with whether to skip the header record.</div>
 </td>
 </tr>
-<tr id="i63" class="rowColor">
+<tr id="i66" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withSystemRecordSeparator--">withSystemRecordSeparator</a></span>()</code>
 <div class="block">Returns a new <code>CSVFormat</code> with the record separator of the format set to the operating system's line
  separator string, typically CR+LF on Windows and LF on Linux.</div>
 </td>
 </tr>
-<tr id="i64" class="altColor">
+<tr id="i67" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withTrailingDelimiter--">withTrailingDelimiter</a></span>()</code>
 <div class="block">Returns a new <code>CSVFormat</code> to add a trailing delimiter.</div>
 </td>
 </tr>
-<tr id="i65" class="rowColor">
+<tr id="i68" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withTrailingDelimiter-boolean-">withTrailingDelimiter</a></span>(boolean&nbsp;trailingDelimiter)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with whether to add a trailing delimiter.</div>
 </td>
 </tr>
-<tr id="i66" class="altColor">
+<tr id="i69" class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withTrim--">withTrim</a></span>()</code>
 <div class="block">Returns a new <code>CSVFormat</code> to trim leading and trailing blanks.</div>
 </td>
 </tr>
-<tr id="i67" class="rowColor">
+<tr id="i70" class="altColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/commons/csv/CSVFormat.html#withTrim-boolean-">withTrim</a></span>(boolean&nbsp;trim)</code>
 <div class="block">Returns a new <code>CSVFormat</code> with whether to trim leading and trailing blanks.</div>
@@ -792,7 +810,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>DEFAULT</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.267">DEFAULT</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.268">DEFAULT</a></pre>
 <div class="block">Standard Comma Separated Value format, as for <a href="../../../../org/apache/commons/csv/CSVFormat.html#RFC4180"><code>RFC4180</code></a> but allowing empty lines.
 
  <p>
@@ -803,6 +821,7 @@ implements <a href="https://docs.oracle.
  <li><code>withQuote('"')</code></li>
  <li><code>withRecordSeparator("\r\n")</code></li>
  <li><code>withIgnoreEmptyLines(true)</code></li>
+ <li><code>withAllowDuplicateHeaderNames(true)</code></li>
  </ul></div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
@@ -816,7 +835,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>EXCEL</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.300">EXCEL</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.302">EXCEL</a></pre>
 <div class="block">Excel file format (using a comma as the value delimiter). Note that the actual value delimiter used by Excel is
  locale dependent, it might be necessary to customize this format to accommodate to your regional settings.
 
@@ -837,6 +856,7 @@ implements <a href="https://docs.oracle.
  <li><code>{@link #withRecordSeparator(String) withRecordSeparator("\r\n")}</code></li>
  <li><code>{@link #withIgnoreEmptyLines(boolean) withIgnoreEmptyLines(false)}</code></li>
  <li><code>{@link #withAllowMissingColumnNames(boolean) withAllowMissingColumnNames(true)}</code></li>
+ <li><code>{@link #withAllowDuplicateHeaderNames(boolean) withAllowDuplicateHeaderNames(true)}</code></li>
  </ul>
  <p>
  Note: This is currently like <a href="../../../../org/apache/commons/csv/CSVFormat.html#RFC4180"><code>RFC4180</code></a> plus <a href="../../../../org/apache/commons/csv/CSVFormat.html#withAllowMissingColumnNames-boolean-"><code>withAllowMissingColumnNames(true)</code></a> and <a href="../../../../org/apache/commons/csv/CSVFormat.html#withIgnoreEmptyLines-boolean-"><code>withIgnoreEmptyLines(false)</code></a>.
@@ -853,7 +873,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>INFORMIX_UNLOAD</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.330">INFORMIX_UNLOAD</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.332">INFORMIX_UNLOAD</a></pre>
 <div class="block">Default Informix CSV UNLOAD format used by the <code>UNLOAD TO file_name</code> operation.
 
  <p>
@@ -887,7 +907,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>INFORMIX_UNLOAD_CSV</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.361">INFORMIX_UNLOAD_CSV</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.363">INFORMIX_UNLOAD_CSV</a></pre>
 <div class="block">Default Informix CSV UNLOAD format used by the <code>UNLOAD TO file_name</code> operation (escaping is disabled.)
 
  <p>
@@ -920,7 +940,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>MONGODB_CSV</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.395">MONGODB_CSV</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.397">MONGODB_CSV</a></pre>
 <div class="block">Default MongoDB CSV format used by the <code>mongoexport</code> operation.
  <p>
  <b>Parsing is not supported yet.</b>
@@ -957,7 +977,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>MONGODB_TSV</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.431">MONGODB_TSV</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.433">MONGODB_TSV</a></pre>
 <div class="block">Default MongoDB TSV format used by the <code>mongoexport</code> operation.
  <p>
  <b>Parsing is not supported yet.</b>
@@ -994,7 +1014,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>MYSQL</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.465">MYSQL</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.467">MYSQL</a></pre>
 <div class="block">Default MySQL format used by the <code>SELECT INTO OUTFILE</code> and <code>LOAD DATA INFILE</code> operations.
 
  <p>
@@ -1028,7 +1048,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>ORACLE</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.503">ORACLE</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.505">ORACLE</a></pre>
 <div class="block">Default Oracle format used by the SQL*Loader utility.
 
  <p>
@@ -1065,7 +1085,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>POSTGRESQL_CSV</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.541">POSTGRESQL_CSV</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.543">POSTGRESQL_CSV</a></pre>
 <div class="block">Default PostgreSQL CSV format used by the <code>COPY</code> operation.
 
  <p>
@@ -1101,7 +1121,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>POSTGRESQL_TEXT</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.578">POSTGRESQL_TEXT</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.580">POSTGRESQL_TEXT</a></pre>
 <div class="block">Default PostgreSQL text format used by the <code>COPY</code> operation.
 
  <p>
@@ -1137,7 +1157,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>RFC4180</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.603">RFC4180</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.605">RFC4180</a></pre>
 <div class="block">Comma separated format as defined by <a href="http://tools.ietf.org/html/rfc4180">RFC 4180</a>.
 
  <p>
@@ -1161,7 +1181,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockListLast">
 <li class="blockList">
 <h4>TDF</h4>
-<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.623">TDF</a></pre>
+<pre>public static final&nbsp;<a href="../../../../org/apache/commons/csv/CSVFormat.html" title="class in org.apache.commons.csv">CSVFormat</a> <a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.625">TDF</a></pre>
 <div class="block">Tab-delimited format.
 
  <p>
@@ -1193,7 +1213,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>newFormat</h4>
-<pre>public static&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.html#line.672">newFormat</a>(char&nbsp;delimiter)</pre>
+<pre>public static&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.html#line.674">newFormat</a>(char&nbsp;delimiter)</pre>
 <div class="block">Creates a new CSV format with the specified delimiter.
 
  <p>
@@ -1222,7 +1242,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>valueOf</h4>
-<pre>public static&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.html#line.685">valueOf</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
+<pre>public static&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.html#line.687">valueOf</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;format)</pre>
 <div class="block">Gets one of the predefined formats from <a href="../../../../org/apache/commons/csv/CSVFormat.Predefined.html" title="enum in org.apache.commons.csv"><code>CSVFormat.Predefined</code></a>.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1240,7 +1260,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>equals</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.792">equals</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.797">equals</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;obj)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
@@ -1253,7 +1273,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>format</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.867">format</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.872">format</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)</pre>
 <div class="block">Formats the specified values.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1263,13 +1283,29 @@ implements <a href="https://docs.oracle.
 </dl>
 </li>
 </ul>
+<a name="getAllowDuplicateHeaderNames--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getAllowDuplicateHeaderNames</h4>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.889">getAllowDuplicateHeaderNames</a>()</pre>
+<div class="block">Returns true if and only if duplicate names are allowed in the headers.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>whether duplicate header names are allowed</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.7</dd>
+</dl>
+</li>
+</ul>
 <a name="getAllowMissingColumnNames--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getAllowMissingColumnNames</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.884">getAllowMissingColumnNames</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.899">getAllowMissingColumnNames</a>()</pre>
 <div class="block">Specifies whether missing column names are allowed when parsing the header line.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1284,7 +1320,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getAutoFlush</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.894">getAutoFlush</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.909">getAutoFlush</a>()</pre>
 <div class="block">Returns whether to flush on close.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1300,7 +1336,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getCommentMarker</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.903">getCommentMarker</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.918">getCommentMarker</a>()</pre>
 <div class="block">Returns the character marking the start of a line comment.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1314,7 +1350,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getDelimiter</h4>
-<pre>public&nbsp;char&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.912">getDelimiter</a>()</pre>
+<pre>public&nbsp;char&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.927">getDelimiter</a>()</pre>
 <div class="block">Returns the character delimiting the values (typically ';', ',' or '\t').</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1328,7 +1364,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getEscapeCharacter</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.921">getEscapeCharacter</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.936">getEscapeCharacter</a>()</pre>
 <div class="block">Returns the escape character.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1342,7 +1378,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeader</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.930">getHeader</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.945">getHeader</a>()</pre>
 <div class="block">Returns a copy of the header array.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1356,7 +1392,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getHeaderComments</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.939">getHeaderComments</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.954">getHeaderComments</a>()</pre>
 <div class="block">Returns a copy of the header comment array.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1370,7 +1406,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getIgnoreEmptyLines</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.949">getIgnoreEmptyLines</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.964">getIgnoreEmptyLines</a>()</pre>
 <div class="block">Specifies whether empty lines between records are ignored when parsing input.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1385,7 +1421,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getIgnoreHeaderCase</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.959">getIgnoreHeaderCase</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.974">getIgnoreHeaderCase</a>()</pre>
 <div class="block">Specifies whether header names will be accessed ignoring case.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1401,7 +1437,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getIgnoreSurroundingSpaces</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.968">getIgnoreSurroundingSpaces</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.983">getIgnoreSurroundingSpaces</a>()</pre>
 <div class="block">Specifies whether spaces around values are ignored when parsing input.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1415,7 +1451,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getNullString</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.982">getNullString</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.997">getNullString</a>()</pre>
 <div class="block">Gets the String to convert to and from <code>null</code>.
  <ul>
  <li><strong>Reading:</strong> Converts strings equal to the given <code>nullString</code> to <code>null</code> when reading
@@ -1434,7 +1470,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getQuoteCharacter</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.991">getQuoteCharacter</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1006">getQuoteCharacter</a>()</pre>
 <div class="block">Returns the character used to encapsulate values containing special characters.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1448,7 +1484,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getQuoteMode</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in org.apache.commons.csv">QuoteMode</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1000">getQuoteMode</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/QuoteMode.html" title="enum in org.apache.commons.csv">QuoteMode</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1015">getQuoteMode</a>()</pre>
 <div class="block">Returns the quote policy output fields.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1462,7 +1498,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getRecordSeparator</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1009">getRecordSeparator</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1024">getRecordSeparator</a>()</pre>
 <div class="block">Returns the record separator delimiting output records.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1476,7 +1512,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getSkipHeaderRecord</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1018">getSkipHeaderRecord</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1033">getSkipHeaderRecord</a>()</pre>
 <div class="block">Returns whether to skip the header record.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1490,7 +1526,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getTrailingDelimiter</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1028">getTrailingDelimiter</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1043">getTrailingDelimiter</a>()</pre>
 <div class="block">Returns whether to add a trailing delimiter.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1506,7 +1542,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>getTrim</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1037">getTrim</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1052">getTrim</a>()</pre>
 <div class="block">Returns whether to trim leading and trailing blanks.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1520,7 +1556,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>hashCode</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1042">hashCode</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1057">hashCode</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
@@ -1533,7 +1569,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>isCommentMarkerSet</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1068">isCommentMarkerSet</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1083">isCommentMarkerSet</a>()</pre>
 <div class="block">Specifies whether comments are supported by this format.
 
  Note that the comment introducer character is only recognized at the start of a line.</div>
@@ -1549,7 +1585,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>isEscapeCharacterSet</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1077">isEscapeCharacterSet</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1092">isEscapeCharacterSet</a>()</pre>
 <div class="block">Returns whether escape are being processed.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1563,7 +1599,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>isNullStringSet</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1086">isNullStringSet</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1101">isNullStringSet</a>()</pre>
 <div class="block">Returns whether a nullString has been defined.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1577,7 +1613,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>isQuoteCharacterSet</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1095">isQuoteCharacterSet</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1110">isQuoteCharacterSet</a>()</pre>
 <div class="block">Returns whether a quoteChar has been defined.</div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1591,7 +1627,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>parse</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1112">parse</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;in)
+<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVParser.html" title="class in org.apache.commons.csv">CSVParser</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1127">parse</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;in)
                 throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Parses the specified content.
 
@@ -1614,7 +1650,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>print</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1129">print</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out)
+<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1144">print</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out)
                  throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Prints to the specified output.
 
@@ -1637,7 +1673,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>print</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1150">print</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;out,
+<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1165">print</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;out,
                         <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;charset)
                  throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Prints to the specified output.
@@ -1664,7 +1700,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>print</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1169">print</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1184">print</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
                   <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out,
                   boolean&nbsp;newRecord)
            throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
@@ -1688,7 +1724,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>print</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1233">print</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file">Path</a>&nbsp;out,
+<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1248">print</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file">Path</a>&nbsp;out,
                         <a href="https://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset">Charset</a>&nbsp;charset)
                  throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Prints to the specified output.
@@ -1715,7 +1751,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>printer</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1267">printer</a>()
+<pre>public&nbsp;<a href="../../../../org/apache/commons/csv/CSVPrinter.html" title="class in org.apache.commons.csv">CSVPrinter</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1281">printer</a>()
                    throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Prints to the <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/System.html?is-external=true#out" title="class or interface in java.lang"><code>System.out</code></a>.
 
@@ -1738,7 +1774,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>println</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1280">println</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out)
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1294">println</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out)
              throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Outputs the trailing delimiter (if set) followed by the record separator (if set).</div>
 <dl>
@@ -1757,7 +1793,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>printRecord</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1306">printRecord</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out,
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1320">printRecord</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out,
                         <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;values)
                  throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Prints the given <code>values</code> to <code>out</code> as a single record of delimiter separated values followed by the
@@ -1784,20 +1820,54 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>toString</h4>
-<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1518">toString</a>()</pre>
+<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1558">toString</a>()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
 <dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
 </dl>
 </li>
 </ul>
+<a name="withAllowDuplicateHeaderNames--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withAllowDuplicateHeaderNames</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.html#line.1688">withAllowDuplicateHeaderNames</a>()</pre>
+<div class="block">Returns a new <code>CSVFormat</code> that allows duplicate header names.</div>
+<dl>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a new <code>CSVFormat</code> that allows duplicate header names</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.7</dd>
+</dl>
+</li>
+</ul>
+<a name="withAllowDuplicateHeaderNames-boolean-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>withAllowDuplicateHeaderNames</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.html#line.1699">withAllowDuplicateHeaderNames</a>(boolean&nbsp;allowDuplicateHeaderNames)</pre>
+<div class="block">Returns a new <code>CSVFormat</code> with duplicate header names behavior set to the given value.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>allowDuplicateHeaderNames</code> - the duplicate header names behavior, true to allow, false to disallow.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>a new <code>CSVFormat</code> with duplicate header names behavior set to the given value.</dd>
+<dt><span class="simpleTagLabel">Since:</span></dt>
+<dd>1.7</dd>
+</dl>
+</li>
+</ul>
 <a name="withAllowMissingColumnNames--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>withAllowMissingColumnNames</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.html#line.1649">withAllowMissingColumnNames</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.html#line.1713">withAllowMissingColumnNames</a>()</pre>
 <div class="block">Returns a new <code>CSVFormat</code> with the missing column names behavior of the format set to <code>true</code></div>
 <dl>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -1815,7 +1885,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>withAllowMissingColumnNames</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.html#line.1661">withAllowMissingColumnNames</a>(boolean&nbsp;allowMissingColumnNames)</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.html#line.1725">withAllowMissingColumnNames</a>(boolean&nbsp;allowMissingColumnNames)</pre>
 <div class="block">Returns a new <code>CSVFormat</code> with the missing column names behavior of the format set to the given value.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1832,7 +1902,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>withAutoFlush</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.html#line.1676">withAutoFlush</a>(boolean&nbsp;autoFlush)</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.html#line.1741">withAutoFlush</a>(boolean&nbsp;autoFlush)</pre>
 <div class="block">Returns a new <code>CSVFormat</code> with whether to flush on close.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1850,7 +1920,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>withCommentMarker</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.html#line.1693">withCommentMarker</a>(char&nbsp;commentMarker)</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.html#line.1759">withCommentMarker</a>(char&nbsp;commentMarker)</pre>
 <div class="block">Returns a new <code>CSVFormat</code> with the comment start marker of the format set to the specified character.
 
  Note that the comment start character is only recognized at the start of a line.</div>
@@ -1870,7 +1940,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>withCommentMarker</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.html#line.1708">withCommentMarker</a>(<a href="https://docs.oracle.com/javase/7/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.html" title="class in org.apache.commons.csv">CSVFormat</a>&nbsp;<a href="../../../../src-html/org/apache/commons/csv/CSVFormat.html#line.1774">withCommentMarker</a>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang">Character</a>&nbsp;commentMarker)</pre>
 <div class="block">Returns a new <code>CSVFormat</code> with the comment start marker of the format set to the specified character.
 
  Note that the comment start character is only recognized at the start of a line.</div>
@@ -1890,7 +1960,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>withDelimiter</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.html#line.1726">withDelimiter</a>(char&nbsp;delimiter)</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.html#line.1793">withDelimiter</a>(char&nbsp;delimiter)</pre>
 <div class="block">Returns a new <code>CSVFormat</code> with the delimiter of the format set to the specified character.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1908,7 +1978,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>withEscape</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.html#line.1744">withEscape</a>(char&nbsp;escape)</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.html#line.1812">withEscape</a>(char&nbsp;escape)</pre>
 <div class="block">Returns a new <code>CSVFormat</code> with the escape character of the format set to the specified character.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -1926,7 +1996,7 @@ implements <a href="https://docs.oracle.
 <ul class="blockList">
 <li class="blockList">
 <h4>withEscape</h4>

[... 231 lines stripped ...]