My application consists of sqlite db with multiple tables. Management is done using kernel data. I want to create a CSV database and send it to a specific email address with the click of a button. Any ideas?
The answer to export csv is here: How to export a Core Data object to a CSV file
The answer to sending this file and then using Mail is here: pdf as an email attachment on an iOS device
Very straight forward! You do not need to save the file to disk, as you can handle it directly on mailComposer!
Enjoy it!
Source: https://habr.com/ru/post/1433119/More articles:When using registerNib: forCellReuseIdentifier, how do I set the UITableViewCell iVars? - iphoneThreadPool using ASIO - exit thread, task failed - c ++Mysql LOAD DATA INFILE update - mysqlIs it safe to open an alias with xdg-open - command-lineGet ID from ResponseUri in C # - c #Closing a parent without closing a child - c #How to set standard visibility of the main Winform - c #git push does not update files on the remote server - gitAndroid: Draw an image in the center of another image - androidAre there any outlet collections for Mac apps? - collectionsAll Articles