Reading CSV file in C#
Hello guys, quick question. I need to read a csv file. Is there any recommended way of doing it or I just stick with the classic way of reading the file line by line and spliting them by the common delimiter?
I read that their are in-built libraries for CSV, should I use them ?
I read that their are in-built libraries for CSV, should I use them ?