I have few rows in SQLite schema, I want to mail this data in CSV format from my iOS application.
How can I achieve this?
FYI my schema has following columns:
name | dob | mobile_number
How can I achieve this?
FYI my schema has following columns:
name | dob | mobile_number