Since the files are “semi-structured” can’t you use a combination of ReadLine() and TryParse() methods, or the Regex class to parse your data?
Since the files are “semi-structured” can’t you use a combination of ReadLine() and TryParse() methods, or the Regex class to parse your data?