Hi,
I've got the following in a txt file (it could just as easily be a csv file):
"Conroy","West" ,"1618 TAMARACK ROAD","","OWENS BORO","KY","423 01-1234","11/05/2005","27068244 54","6240","321 ","ENFRB"," Y"
"Larry","Todd", "1419 Cleveland Blvd","","OWENS BORO","KY","423 01-1234","11/05/2005","27068244 54","6240","321 ","ENFRB"," Y"
Each record is on it's own line. How would I extract the information from each field for each record?
Thanks,
Keith
I've got the following in a txt file (it could just as easily be a csv file):
"Conroy","West" ,"1618 TAMARACK ROAD","","OWENS BORO","KY","423 01-1234","11/05/2005","27068244 54","6240","321 ","ENFRB"," Y"
"Larry","Todd", "1419 Cleveland Blvd","","OWENS BORO","KY","423 01-1234","11/05/2005","27068244 54","6240","321 ","ENFRB"," Y"
Each record is on it's own line. How would I extract the information from each field for each record?
Thanks,
Keith
Comment