Unable to read delimited fields because a double quote is not a legal delimiter when EscapeQuotes is set to True
The TextFieldParser cannot read from the file because a quotation mark (") has been supplied as the delimiter and EscapeQuotes is set to True.
To correct this error
- Set EscapeQuotes to False.
See Also
Tasks
How to: Read From Comma-Delimited Text Files in Visual Basic
Reference
TextFieldParser.SetDelimiters Method