I have some values, that have been stored as a string in a file.
eg: IDnumber, Name, DOB, address.
Each person has a new line for their info with a comma separating each element.
I have to take this information from the file, and add it to a dictionary, making the ID number a key and the rest the value.
I have tried so many things and am really at the end of my wits.
Can someone please help?