Get your 6-month No-Cost Opt-Out offer for Unlimited software automation!

Method ExportCSV

Exports the datatable values to an external CSV file

Usage

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");

Documentation Categories

ZAPTEST

FARM

LOAD