Method ExportCSV
Exports the datatable values to an external CSV fileUsage
Function ZAP.Datatable.ExportCSV(
String Path
)
Parameters
Path
Type: String
Path of the CSV file
Returns
No return value
Example
VBScript
Datatable.ExportCSV "C:datatable.csv"
JavaScript
Datatable.ExportCSV("C:\datatable.csv");
Comment
Export datatable values to external CSV file