We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd9f4e commit dce781bCopy full SHA for dce781b
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><b>Note:</b> 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