We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15602b6 + 7ef443c commit a503099Copy full SHA for a503099
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -2788,6 +2788,9 @@ public CSVFormat withEscape(final Character escape) {
2788
* .get();
2789
* </pre>
2790
*
2791
+ * <p>Any previously set headers are reset to empty.
2792
+ * The resulting format will have {@code skipHeaderRecord = true}.</p>
2793
+ *
2794
* @return A new CSVFormat that is equal to this but using the first record as header.
2795
* @see Builder#setSkipHeaderRecord(boolean)
2796
* @see Builder#setHeader(String...)
0 commit comments