We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899ef05 commit 0be5593Copy full SHA for 0be5593
website/docs/read/csv.md
@@ -127,7 +127,7 @@ Supports directly building a `CSVFormat` object.
127
128
```java
129
@Test
130
-public void escapeDemo() {
+public void csvFormatDemo() {
131
132
CSVFormat csvFormat = CSVFormat.DEFAULT.builder().setDelimiter(CsvConstant.AT).build();
133
String csvFile = "path/to/your.csv";
website/i18n/zh-cn/docusaurus-plugin-content-docs/current/read/csv.md
@@ -125,7 +125,7 @@ public void escapeDemo() {
125
126
0 commit comments