Replies: 1 comment
-
There are modes now which should make the feature more clear. https://github.com/JoshClose/CsvHelper/blob/master/src/CsvHelper/CsvMode.cs When using VB.NET, you'll need to use the You'll want
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
The IgnoreQuotes function has dissapeared at least in VB.NET since the commit below:
3b14b70#diff-95e0818646ed90efcbdd63bdb0f11a016847f10047e7d221e8abd22941d9ec31
For example 'IgnoreBlankLines ' has been made readonly, but IgnoreQuotes ?? Gone.
Please update documentation or revive IgnoreQuotes
Beta Was this translation helpful? Give feedback.
All reactions