Is there a way to change default configurations for CsvReader? #1942
Unanswered
bpeikes-ts
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Create a method that constructs the config for you. It'll be the same every time and allow you to change it if you like before passing it in the constructor. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Would like to change the default for "ExceptionMessagesContainRawData" to false in one place and not have to change it every time we instantiate a reader. Is there a way to do that? Example code would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions