I have a 15 million rows .csv file. It includes some rows where only hyphens are. But impossible to open this file with excel, notepad or notepad++. Therefore I thought that to modify it in C# (first read in, than write out as a new modified file where hyphens rows are not founded).
How can I code it in the easiest way?