Skip to content

CsvConfiguration is ignored when using CsvHelper for deserialization #1959

@ghost

Description

When using the CsvHelper serializer, the configuration is used when serializing, but not when deserializing.

Changing the second argument to the constructor to _configuration fixes the problem.

using var csvReader = new CsvReader(stringReader, CultureInfo.CurrentCulture);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions