2021年10月17日 — I have a text file that is in a comma separated format, delimited by ' on most ... CSVReader option will work great. Thanks!
1 個答案?
· ?
0 票:?I recommend looking at the TextFieldParserClass in .Net. You need to include
Imports Microsoft.VisualBasic.FileIO.TextFieldParser
Here's a quick sample: ...