You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting. Yes, I can reproduce this; due to missing handling in CsvParser.nextTextValue() (and possibly databind's optimizations for String[] type, but we'll see about that). I think that there's some risk of regression so will target fix for 2.12.
cowtowncoder
changed the title
CSV: EMPTY_STRING_AS_NULL does NOT work when text is parsed as String[]JsonParser.Feature.EMPTY_STRING_AS_NULL does not work when text is parsed as String[]Sep 9, 2020
CsvParser.Feature.EMPTY_STRING_AS_NULL
not works when csv is parsedString[]
.On the other hand, the feature is valid when csv is parsed as
Object[]
.This is strange behavior and both case should parsed as
null
, I think.Is this a bug?
jackson v.2.11.2
The text was updated successfully, but these errors were encountered: