Online Documentation for Advanced Data Export for RAD Studio VCL
TQExport4ASCII.CSVQuoteStrings
property CSVQuoteStrings: boolean;
Description
The CSVQuoteStrings property is used only during the export to .csv format (ExportType = etCSV). If this property is true, then all the source strings will be exported as quotations, and the apostrophes will be doubled.
For example, string
QuickExport is a nice set of components, isn't it?
is exported as
'QuickExport is a nice set of components, isn''t it?'
See also: