Activity «Read CSV» can be found in section «CSV».
Activity reads data from CSV files into (DataTable).
Нажмите на изображение, чтобы увеличить его.
Property; Class; Type; Description
Read the headlines?; In; Boolean; If the value is False, then the first line of the file will be read as a table row, and the column names will look like Column1, Column2, ...
Ignore quotes; In; Boolean; Check this box if CSV file contains double quotes and you get an error message when running the robot. If the box is checked, double quotes will be read as plain text.
Table; Out; DataTable; The name of the variable for writing the value.
CSV file path; In; String; Path to the CSV file to be manipulated.
Separator; In; Activities.CSV. TypeDelimiter; Indicate the type of separator, for example:, - Comma, | - Pipe, ^ - Caret.
Encoding; In; Activities.CSV. TypeEncoding; The encoding in which the CSV file is written.