<div dir="ltr"><div><div><div><div><div><div>Hi ,<br></div>I have an issue with reading the CSV. <br><br></div>I would appreciate any help and suggestions. <br><br></div>Thanks<br>begin<br><br><br>infile1 = "AK_BackCast_StnData-Temp.csv"<br>lines1  = asciiread (infile1, -1, "string")<br>print(lines1)<br>delim = ","<br>;months starts in field number 1<br>name  =  str_get_field(lines1,3,delim)<br>print(name)<br><br></div>I want to read each column with associated string field. <br></div>Except number 1 and 2, the rest of the field numbers are not correct. For example, number 3 field, print the different column. <br><br></div>I don't understand whats happening here. <br><br><br></div>