Name | Description | |
---|---|---|
CustomColumnNames | List with custom column names. Defines order and names of columns | |
DateTimeFormat | Property which controls date format. Default is "g". See https://msdn.microsoft.com/en-us/library/8kb3ddd4%28v=vs.110%29.aspx | |
DefaultEncoding | Override the default encoding. The default is Encoding.Default | |
InsertHeaderSpaces | If true, Pascal Cased Header Names will be split into words. Default is true | |
OutputHeader | If true, a default header will be output. Default is true | |
QuoteCharacter | The quote character. Defaults to double quote | |
QuoteEachField | If true, each field will be surrounded with quote (double quote by default). Default is false | |
Seperator | The seperator for the columns. Default is a comma. This can be changed to a pipe or tab etc. |