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

Recognize the configured "null value" (String) also in reader-infrastructure. #72

@flappingeagle

Description

@flappingeagle

In issue #53 a way to specify a configured "null value" (String) in CsvSchema has been implemented and can be used like:

CsvSchema schema = CsvSchema.builder()
    .setNullValue("n/a")
    .build();

While this new property is already recognized by the Writer-Infrastructure it should also be recognized by the Reader-Infrastructure for deserialization to Java-Null-Values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions