You should store data in a file as you show in example.
then
1) read data line by line using readline() or similar fun.
2) use strtok (cstring)fun for tokenize and ; as a delimiters
3)store 1st token value into wineName, 2nd into vintage, so on.
4) repeat step 1 to 4 until eof;