I found this new feature “Create Realm from CSV”, but I can’t really seem to find how to:
1.) import multiple files at once
2.) specify the field type of the objects (they seem to be imported as "string"s, all of them)
Also you don’t seem to be able to change the data type / migrate the schema (you can add properties, but additive changes are the easier part! ) .
Is there any documentation on how to do these kind of things in Realm Studio? I’m guessing migrations aren’t possible yet, but I’m curious about specifying data type while importing.
Thanks!