CSV Reports
CsvReader Class Properties


KellermanSoftware.CsvReports Namespace : CsvReader Class

For a list of all members of this type, see CsvReader members.

Public Properties
 NameDescription
Public Property If true, blanks (string.empty) will be converted to null. The default is false.  
Public Property Override the default encoding. The default is Encoding.Default  
Public Property Value used to escape the quote character. Defaults to \  
Public Property If true, the source has a header. Defaults to true  
Public Property The quote character. Defaults to double quote  
Public Property Any spaces in header column names are removed. The default is true.  
Public Property The seperator for the columns. Default is a comma. It can be changed to a pipe, tab, etc.  
Public Property Any spaces will be trimmed. The default is true.  
Top
See Also

Reference

CsvReader Class
KellermanSoftware.CsvReports Namespace