I am reading data from a csv file. the csv contains three fields: number,title,issue. For instance the values might be 100,blah,7; I want to create an object so I have Object.100, Object.100.title = blah, and Object.100.issue = 7 I have tried a number of variations using .split and trying to attach the fields tothe object buthave run into abrick wall…any help is appreciated…btw, i spilt grapefruit juice on my keyboard this morning so im sure thatsnot helping with my code…tia.