i need to upload a CSV file with the following structure and create a row in the database with each line of the csv.
each field is enclosed with " and each field is seperated with , and there is nothing at the end of each line.
how do i go about reading each line in the csv file and assigning each field to a individual var and write it to a database?