datapoints-export-selector/datapoints-export-selector-modal/datapoints-export-selector-file-exporter/generators/csv-generator.ts
Methods |
|
Static Async convertToMergedCSV | |||||||||
convertToMergedCSV(exportData: ExportData[], mergedExportDetails: MergedExportDetails)
|
|||||||||
Parameters :
Returns :
Promise<Blob>
|
Static getAcceptType |
getAcceptType()
|
Returns :
string
|
Static getFileExtension |
getFileExtension()
|
Returns :
string
|
Static getIcon |
getIcon()
|
Returns :
string
|
Static getLabel |
getLabel()
|
Returns :
string
|
Static getMimeType |
getMimeType()
|
Returns :
string
|
Static getTitle |
getTitle()
|
Returns :
string
|
Static getType |
getType()
|
Returns :
string
|
Static getZipName |
getZipName()
|
Returns :
string
|