i have a python script that i need to convert to c#. the main thing that the python does is it takes a csv file, does a bunch of calculations to it, and creates csv subsets.
which csv library do you recommend that i use for this type of work?
i have a python script that i need to convert to c#. the main thing that the python does is it takes a csv file, does a bunch of calculations to it, and creates csv subsets.
which csv library do you recommend that i use for this type of work?
If you need to only read csv file use A Fast CSV Reader. If you need to read and write use FileHelpers v2.0 - Delimited (CSV) or Fixed Data Import/Export Framework