hello I'm needing help with parsing data from a CSV file the data is as followed
make,model,year,milage,cost chevy,Silverado,2009,15,20000 ford,mustang,2017,25,35000
once I do this I have some get and set function that relate to the column names that will grab the data to do something else with it. the data will be coming in continuously so I need this function to always know which spot to grab after each line. worried about CRLF at the end of lines