Skip to content

Commit 719d6f2

Browse files
committed
use quote char
1 parent bc238f4 commit 719d6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/uzl/lied/mtbexporter/jobs/CheckFhirServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void run() {
9090
CsvMapper om = new CsvMapper();
9191
om.configOverride(Boolean.class).setFormat(JsonFormat.Value.forShape(JsonFormat.Shape.NUMBER));
9292
CsvSchema s = om.schemaFor(Befund.class).withHeader().withColumnSeparator(';')
93-
.withoutQuoteChar().withLineSeparator("\r\n");
93+
.withLineSeparator("\r\n");
9494
CsvSchema s2 = om.schemaFor(BefTherapieoptionen.class).withHeader().withColumnSeparator(';')
9595
.withoutQuoteChar().withLineSeparator("\r\n");
9696
try (FileOutputStream fos = new FileOutputStream(".state")) {

0 commit comments

Comments
 (0)