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
{{ message }}
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
We're working with a set of files that contains both empty strings and NULL values. We are using .withNullValue("NULL") as well as DeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT but are ending up with empty strings rather than null values for these cases.
In issue 112, @cowtowncoder suggested it might be possible to support an alternate notation in addition to the explicit null value indicated in withNullValue().
The text was updated successfully, but these errors were encountered:
We're working with a set of files that contains both empty strings and
NULL
values. We are using.withNullValue("NULL")
as well asDeserializationFeature.ACCEPT_EMPTY_STRING_AS_NULL_OBJECT
but are ending up with empty strings rather than null values for these cases.In issue 112, @cowtowncoder suggested it might be possible to support an alternate notation in addition to the explicit null value indicated in
withNullValue()
.The text was updated successfully, but these errors were encountered: