Transforms a csv file in an dictionary.
key: shift
value: workers (employee identification number) scheduled for the shift
Using the function:
timetableClean(filename, output)
Args:
filename: input path + csv filename
output: name wanted for the txt output file
(this file will be stored in the same folder
of the original file)