read_csv_to_dictionary
- compas_fab.utilities.read_csv_to_dictionary(csvfile, delimiter=';')[source]
Reads a csv file and returns a dictionary with the respective keys specified in the first row of the csv file.
- Parameters:
- csvfilestr
The path to csv file.
- delimiterstr, optional
The character used to separate the values. Default
;
- Returns:
- dict