Possible Duplicate:
CSV File Imports in .Net
In .net, is there a standard library that should be used to read in csv files? All the samples on the web roll their own csv reader / parser, or use OleDb.
It's not a problem using any of these solutions, I was just wondering if there is a generally accepted library (not that I can find), or any other "proper" way to do it?
KBCsv is another option, particularly if you require efficiency and the ability to work with massive CSV files.
Disclosure: I wrote KBCsv, hence the "KB" ;)