Our company has pretty much banned us from using open-source libraries in our commercial products due to licensing issues. We are currently looking for a commercial .NET library that can read and parse CSV files – does anyone have any ideas ?
As far as functionality goes, I really need to be able to read a CSV file into a strongly typed DataTable – with appropriate conversion and flagging of type conversion failures.
CSVReader did the trick for us.