Hello!  I need help reading a file and putting the contents into variables. File path would be, c:\temp\zipcitystate.csv or txt Data looks like this 00501,Holtsville,NY 00544,Holtsville,NY 00601,Adjuntas,PR 00602,Aguada,PR I need to add the first area to variable ZIP, Second to CITY and third to STATE. they are separated by a comma.   Any help would be appreciated