Uploaded image for project: 'Realm Dart SDK'
  1. Realm Dart SDK
  2. RDART-661

Realm Query export to CSV within the Flutter UI (Windows/macOS)

      Description

      To allow our users to export Realm query data (CSV format) and save to disk (macOS/Windows) within the Flutter UI.

      Of course we could:

      1. Execute Realm query for the model
      2. Convert RealmResults into json (dart or ffi)
      3. Convert json to csv (dart or ffi)
      4. etc...

      Before doing so, are there any tricks within Realm Dart that will make this easier? Some of the collections will have 200K-300K documents, so memory performance is a key requirement.

      How important is this improvement for you?

      I'd like to see it, but have a workaround

            Assignee:
            Unassigned Unassigned
            Reporter:
            unitosyncbot Unito Sync Bot
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: