read_csv#
- ansys.aedt.core.generic.file_utils.read_csv(input_file: str | Path, encoding: str = 'utf-8') list #
Read information from a CSV file and return a list.
- Parameters:
- input_file
str
orpathlib.Path
Full path and name for the CSV file.
- encoding
str
,optional
File encoding for the CSV file. The default is
"utf-8"
.
- input_file
- Returns:
list
Content of the CSV file.