Hello All, First time posting, so please forgive me if I violate any etiquette.... I have a standard csv text file that I am reading line by line. I thought each line was formatted as follows: FieldA, FieldB, FieldC, ......, FieldX and I was using str.split(",") to separate into tokens. However, I have found that some lines contain commas that are ...