Replies: 1 comment 1 reply
-
Have you tried something like: text.Replace("\"", string.Empty) ? |
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.
-
I'm trying to figure out the best way to remove all quotes from a field. Here is a excerpt of the CSV File.
I have tired the following:
#3 will just start to throw TypeConverterException exceptions stating that the conversion cannot be performed.
My type converter is defined as:
I'm using csv.GetRecords and have a class map registered. The configuration is defined as:
and I create the CsvReader this way:
How can I achieve what I need?
I also need to convert the term to be lower case.
Thank you.
-marc
Beta Was this translation helpful? Give feedback.
All reactions