Skip to content
This repository was archived by the owner on Jan 22, 2019. It is now read-only.

Commit 3de7f5d

Browse files
authored
Merge pull request #138 from calraiden/patch-1
Update README.md
2 parents 77aff46 + f255bc9 commit 3de7f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ schema = schema.withColumnSeparator('|')
198198
// and write Java nulls as "NULL" (instead of empty string)
199199
.withNullValue("NULL")
200200
// and let's NOT allow escaping with backslash ('\')
201-
.withoutEscapaChar()
201+
.withoutEscapeChar()
202202
;
203203
ObjectReader r = mapper.readerFor(Pojo.class).with(schema);
204204
Pojo value = r.readValue(csvInput);

0 commit comments

Comments
 (0)