I have text file which I want to read the file a line at atime into working buffer (named $in_buffer) and parse each line into array data. the arrays are $first_name, $ last_name, and $location, where $location is the concatenate of City, State and zip code.
I am able to open the file with fgetcsv but get stuck after that.
Can you provide the code I would wirte?