CSV Helper Converters need to use TypeConverterOptions #2189
Jass91
started this conversation in
Show and tell
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, I am trying to use CSV Helper to map empty cells to a DateTime? using DateTimeConverter
I realized that the converter does not use TypeConverterOptions, so, even I mapping like this:
I have an error complaining about parse error, So I think DateTimeConverter should change a little as follow:
Do you agree?
Beta Was this translation helpful? Give feedback.
All reactions