I have a CSV file with data structured as follows:
40.697776,-73.973605,"1 CARLTON AVENUE, BROOKLYN, NEW YORK,"
40.812784,-73.952996,"1 CONVENT AVENUE, MANHATTAN, NEW YORK,"
I would like to convert each row into an NSDictionary with an NSArray holding all of the dictionaries. I would like the keys for be latitude, longitude, address.
I am new to objective c so I'm have some issues figuring this out. Any help would be greatly appreciated.