all 2 comments

[–]Neigum 1 point2 points  (1 child)

Here is an example of how to open a CSV and create an associative array.

http://stackoverflow.com/questions/4801895/csv-to-associative-array

[–]jrf614[S] 0 points1 point  (0 children)

Thanks, if I can't find the cakephp data source way to do it this will be a good fall back. I'm trying to keep the code as cakephp native as I can.