Property Name | Description |
---|---|
SaveDataToFile | If this property is True then Trash destination will act as simple flat file destination. Any selected input columns will be logged to output file. This is very handy if you want to save buffer data to file. |
RowSeparator | Specifies row terminator (Default is new line character (CRLF)). This option is ignored if SaveDataToFile=False |
ColumnSeparator | Specifies column separator (Default is comma. This option is ignored if SaveDataToFile=False |
SupportUnicode | When this option is True data is saved as Unicode (Supporting international character set). This option is ignored if SaveDataToFile=False |
ColumnNamesInFirstRow | If this option is True then first row in the file will be column names. This option is ignored if SaveDataToFile=False |
QuoteDataIfNeeded | If this option is True then any text/datetime value will be surrounded by double quotes. This setting ignore any column separator character between double quotes. |
LoggingMode | Determines logging detail level. Available options are Normal, Medium, Detailed, Debugging |