Skip to content

Allow trimming of all characters inside quotes #9

@i2van

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();

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