realm / realm-studio

Realm Studio
https://realm.io/products/realm-studio/
Apache License 2.0
303 stars 41 forks source link

Users wants to import CSV-files with object references #816

Open kraenhansen opened 6 years ago

kraenhansen commented 6 years ago

Goal

Import multiple CVS files, one for every type of object and allow references between the objects imported.

Expected Results

It's expected that the objects imported can reference objects of another (or the same) type by their primary key.

Version of Realm and tooling

Realm Studio version: 2.0.0

Realm Object Server version: N/A

kraenhansen commented 6 years ago

I just saw #790 - perhaps this is a duplicate of that.