Search code examples
iosswift3realm

How to convert Realm Database to CSV file format indirectly in iOS App?


Direct conversion from realm database to CSV file format is not available in iOS. So is there any way to indirectly convert to CSV? Can I convert realm database to JSON or any comparable format and then convert from that format to CSV?

Thanks in advance!!


Solution

  • you have to ultimately create a CSV from data go through this link.
    loop it over your data and add it to the csv fie.