Write quotes when outer whitespace is found in a value.
Source position: csvreadwrite.pp line 98
public property TCSVHandler.QuoteOuterWhitespace : Boolean |
QuoteOuterWhitespace can be set to True to let the parser quote values that have whitespace at the beginning or the end of the value. If set to False, there will be whitespace between the value of a field and the delimiter characters Delimiter, which can alter the value when reading data depending on the setting of IgnoreOuterWhitespace. The default is True.
|
Field delimiter character. |
|
|
Ignore whitespace between delimiters and field data. |