Skip to content

Allow trimming of all characters inside quotes #9

Description

@i2van

Sync with JoshClose/CsvHelper#1913

Test file can be found at JoshClose/CsvHelper#1782 (comment)

Remove:

var whiteSpaceChars = WhiteSpaceChars
.Except(csvConfiguration.Delimiter.Length == 1
? new[] { csvConfiguration.Delimiter.First() }
: Array.Empty<char>())
.ToArray();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency filedocumentationImprovements or additions to documentationenhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions