I have a CSV file that all fields have quoted text. My problem is that I have quotes within quotes as follows.
"John Doe","I have a 17" screen","Something "A" something else",....
I have tried Microsoft.VisualBasic.FileIO and LumenWorks.Framework.IO.Csv and both are not allowing quotes within those fields.