-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
> Feature Request: Just fill in the first two sections below.
>
> Bugs: To help you as fast as possible with an issue or bug please describe your issue and the steps you have taken to reproduce it in as many details as possible.
>
> Thanks for helping us help you
>
> Remove this and above before submitting.
Goal
> What do you want to achieve?
We would like to more easily be able to export data from a realm database and import it in. Right now realm does not have any official import/export support like other databases do.
Basically something like this would be nice https://github.com/realm/realm-cocoa-converter or baked right into realm. Right now its hard to get data in and out of realm in formats other than .realm which is proprietary and not very portable.
In order to export more easily to formats like CSV, XLS, PDF we will need this support added
Expected Results
Easy data import/export in multiple formats