Unit 'csvreadwrite' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TCSVHandler.QuoteOuterWhitespace

Write quotes when outer whitespace is found in a value

Declaration

Source position: csvreadwrite.pp line 86

public property TCSVHandler.QuoteOuterWhitespace : Boolean
  read FQuoteOuterWhitespace
  write FQuoteOuterWhitespace;

Description

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.

See also

Delimiter

  

Field delimiter character

IgnoreOuterWhitespace

  

Ignore whitespace between delimiters and field data


Documentation generated on: Sep 29 2022