Read CSV to DataTable

Category

CSV File Commands

Description

This command read a CSV file to datatable. Use this command when you want to read a CSV file to datatable.

Parameters

CSV File

Indicate the path to the CSV file.

Has Header

Indicate if data has header.

Skip Rows

Indicate the number of first N rows to skip.

Delimiter

Indicate the delimiter.

DataTable name

Indicate the datatable name.

Returned Value

This command does not have returned value.

Example Usage

Example Location:

BYpass\Examples\CSV File Commands\Read CSV to DataTable\Read CSV to DataTable.xml

See Also