I am using CHCSVParser to convert sqlite file to csv format. At this link - How to export SQLite file into CSV file in iPhone SDK the example gives a precise way to to do it using FMDB library (wrapper over sqlite db). I am able to do it using FMDB. But I actually want to use CHCSV parser using core data (to access sqlite db).
Briefly my iOS app is trying to access sqlite db (earlier generated using core data) using core data and then convert to csv file. I am new to core data so finding it little difficult. Any help is appreciated.