Remove NULL character after headerline in exported CSV.
在标题行中导出CSV后删除空字符。
2
In addition to the headerline, you have a foreach loop in the EventTable method that iterates through each of the games.
除了标题行之外,在EventTable方法中还有一个foreach循环,它将在每个比赛上进行迭代。
3
The only information added in the process was some descriptive names for fields, but that could have also been specified in a single headerline of less than a hundred bytes.