public class FileFormat
{
public FormatColumn[] Columns;
public string Name;
public string DataSet;
public string Delimiter;
public FileFormatType Type;
public bool HeaderLine;
public DataType DataType;
}
Describes a file format definition, including the underlying file type and the type of information stored
in each column in the data.