If it is a CSV file, then open it as a text file. Then read one line at a time. Once you have a line read in, you will have to break it up yourself, depending on where the commas are, and place each field in the appropriate variable. It sounds a lot harder than it actually is.