Best way to read this text file.

Posted on 16th Feb 2014 by admin

Hi.I am planning to make a small application in C# to convert the players from Football manager 2010 game into Fifa 10 game.I have this text file exported from FM:http://img200.imageshack.us/img200/7001/24677696.jpgI need to get the values of all collumns and ignore the separator lines. Also the first header is the collumn header and there could be empty lines after and before the table.
What is the best way to read it? I pretend to read it line by line and manipulate the values line by line too.

Other forums