Method ImportCSV
Replaces the datatable values with values from external CSV fileUsage
Function DataTable.ImportCSV(
String Path
)
Parameters
Path
Type: String
Path of the CSV file
Returns
No return value
Example
VBScript
Datatable.ImportCSV "C:datatable.csv"
JavaScript
Datatable.ImportCSV("C:\datatable.csv");
Comment
Import datatable values from external CSV file