Read Csv File
Read the csv file.
Last updated
Read the csv file.
Last updated
Read CSV data from a specified CSV file or variable.
Column Delimiter : The column delimiter to be read.
Column Header : The column header to be read.
True
- The first row of the CSV file that is considered as the column name of the data table.
False
- The default names will be the column names of the data table.
File Encoding : Specifies the encoding method to be read.
Csv Content : Required
The full path of the file name to be read or variable that contains CSV data.
Row Limit : The row limits to be read.
Output : Required
Represents the output Data Table that contains the information obtained from the CSV file.
Number of Rows : Represents the output variable that contains the number of rows obtained from the CSV file.