CsvHelper working differently with TextDelimiter & FieldDelimiter #2149
-
Hi Team, If the dat file is NOT having any double quotes ('"'), then the csvhelper is working fine. If the dat file is having a double quotes ('"'), then the csvhelper is splitting the data incorrectly.
Sample load file link --> https://1drv.ms/u/s!ArE6Z5QM9W7HpFWc_TYlIPK1mPA7?e=ViD6zd |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Question was answered on StackOverflow https://stackoverflow.com/a/76035266/2355006 Need to also set the
|
Beta Was this translation helpful? Give feedback.
Question was answered on StackOverflow https://stackoverflow.com/a/76035266/2355006
Need to also set the
Escape
character.csv.Configuration.Escape = 'þ';