Enhancement
A new function for parsing CSV files is to be implemented for TLScript. This function should generate a list of maps for each CSV file. The first line is to be selected as the header and its entries used as keys for the maps. Subsequently, for each additional line, the entries are to be generated according to the keys of the header of the corresponding map.