Skip to content

Trouble accepting double quotes between single quotes #1722

Discussion options

You must be logged in to vote

UPDATE!

var config = new CsvConfiguration(CultureInfo.InvariantCulture) { Delimiter = "$", Quote = '\'', Escape = '\'', Mode = CsvMode.RFC4180 };

With this configuration, it seems to be handling the double qoutes inside my strings just fine.
So consider this question to be answered as of now.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JoshClose
Comment options

@felicksLindgren
Comment options

Answer selected by JoshClose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants