I have a CSV file containing data. I want to load it into a Core Data managed sqlite db.
I just ran one of the sample Core Data Xcode apps and noticed it created the
Use NSScanner to read your CSV file into the NSManagedObject instances in your Core Data store.
NSManagedObject