In the following statement, what is the split character? 1 double quote or 2?
There are 4 double quotes.
Dim parts As String() = rec.Split(New [Char]() {""""})
It does not make sense, since the data comes like this in a .csv file:
“field1″,”field2”,…
New contributor
user26821272 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1