I have a core data table with three attributes (all strings) and i want to out put the entire table to a CSV file to then be emailed.
I have looked at the following questions
Export Core Data Entity as text files in Cocoa
How to export Core Data entity to a CSV file
but i have not been able to work anything into a solution. I am really short of time to go through apple doc's to work it out, so was hoping some ones could give me a quick and easy solution.
edit:
after further research i found this post Exporting the core data into csv via mail composer using CHCSVParser(by Dave DeLong)
my problem is now solved! CHCSV is my new best friend!