I want to take CSV data already read in to memory and convert it to an array using the column names as the variable names (or index) to access the columns. The first line of the CSV file has the column names, all the others are data. How do I do that are traverse the data??
TIA!!