SMART datagrid v.1 > Classes > DataOutputOptions
Specify whether to enclose the value of each field in quotation marks(") when exporting the data set by GridDataSet.exportToCsv.
The field separator is specified by separator property.
Defaults to false.
var s = dsMain.exportToCsv({
quoted: true,
separator: ';'
});
DataLudi.saveTextToFile(s, 'dataludidata.csv');