| Top | Previous | Next |
|
system.dataset.toCSV |
|
Syntax system.dataset.toCSV(dataset, showHeaders, forExport) Parameters Dataset dataset - The dataset to export to CSV. Boolean showHeaders - If set to true(1), a header row will be present in the CSV. Default is true(1). Boolean forExport - If set to true(1), extra header information will be present in the CSV data which is necessary for the CSV to be compatible with the fromCSV method. Overrides showHeaders. Default is false(0). Returns String - The CSV data as a string Scope All |