Skip to content

DetailRecord class Indicator FieldNullValue required #4

@phatbear

Description

@phatbear

An exception is thrown when reading a file with DetailRecords containing blank Indicators. This is resolved by adding FieldNullValue as per below

[FieldFixedLength(1)]
[FieldConverter(typeof(EnumConverter), typeof(Indicator))]
[FieldNullValue(typeof(Indicator), "0")]
public Indicator Indicator;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions