.NET
With TextFieldParser can assign the delimiter.
But Enclosed is boolean
TextFieldParser.HasFieldsEnclosedInQuotes
How can I specify like ® for the enclosed.
If the answer is to read each line and then split then do NOT provide that code.
I already have a “manual” parser.
My question is if I can use TextFieldParser.
The
TextFieldParserclass only supports double quotes (") for enclosing. There is no way to change this.