Skip to content

Tab Delimited File : Stop Quoting Fields with Quote in the Data (and stop Escaping data's Quote) #2224

Answered by JoshClose
chadbruels asked this question in Q&A
Discussion options

You must be logged in to vote

ShouldQuote = (_, _) => false

or if old C# lang too

ShouldQuote = (field, context) => false

Replies: 1 comment 2 replies

Comment options

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

@JoshClose
Comment options

Answer selected by chadbruels
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