Name | Description | |
---|---|---|
![]() | ConvertBlankToNull | If true, blanks (string.empty) will be converted to null. The default is false. |
![]() | DefaultEncoding | Override the default encoding. The default is Encoding.Default |
![]() | EscapeCharacter | Value used to escape the quote character. Defaults to \ |
![]() | HasHeader | If true, the source has a header. Defaults to true |
![]() | QuoteCharacter | The quote character. Defaults to double quote |
![]() | RemoveColumnNameSpaces | Any spaces in header column names are removed. The default is true. |
![]() | Seperator | The seperator for the columns. Default is a comma. It can be changed to a pipe, tab, etc. |
![]() | TrimSpaces | Any spaces will be trimmed. The default is true. |