My application consists of a sqlite db with several tables. Managed via Core Data. I want to generate CSV of the database and mail it to a certain mail address on a button pressed. Any ideas?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
The answer to exporting csv is located here: How to export Core Data entity to a CSV file The answer to sending this file then with Mail is located here: pdf as an email attachment in iOS device Very straight forward! You don't have to save the file to disc, as you can handle it directly to the mailComposer! Enjoy! |
|||
|
|