Jon P

Results 82 comments of Jon P

> @dotjon0 It is not top priority, but we have been discussing this. We cannot give any timeline. appreciate the update @nielsenko and hope you are well

that would be amazing @nielsenko, sounds perfect!

Hi @nielsenko thanks for the update. For us, we have around 100 models, and around 300 embedded models.... So for us this is not a nice to have feature, its...

Yes this is for flexible sync. Its within the UI - thanks for the suggestion of skipping the toJson step, will get the team to give this a whirl. I...

Thanks so much @nielsenko, you do continually exceed expectations and are sooo helpful! Its really appreciated! Is there a way to expose the `@MapTo('_id')` property key in the `output.writeln('${p.id};${p.firstName};${p.lastName};${p.age}');` ?...

So what I mean is each CSV column has a header i.e. final output = File('persons.csv').openWrite(); output.writeln('"_id","first_name","last_name","age"'); // header row to define heading keys for (final p in realm.all()) {...

yes this would be very useful (ideally also the @mapto via .mapToName or similar). Although this would output the `RealmObject` properties in a random order and not in the order...

@nielsenko please also see an indirectly related requirement which touches on the same sort of area https://github.com/realm/realm-dart/issues/1077