One of the requested features for my applications is to have an export function. In most cases, the data is similar to tables in nature. As an example, users can enter daily what types of food they ate that day, and how many servings of each type of food. Since the data is tabular, I believe that the CSV format will be most useful for export. It can then be read in spreadsheet software.
I am sure that I can receive data in CSV format without any problems, and found that this message should help me: How to convert data to CSV or HTML format on iOS?
What am I interested in, what can I do with a file after it's created? Can I attach it to an email? How else can I make it available to the user so that it has some use?
Alternatively, I'm going to do it wrong and is there a better way to offer an export function?
source share