Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Export" core-data with Magical Record

I'm using Magical Record and love the "import" functions.

Is there a similar "export" function that will generate JSON compatible objects using the same field name mapping?

i.e.

If I have JSON with a field "id" I can map it to the field "objectID" so that the import will auto create "objectID".

Can I export the object with "objectID" and generate a dictionary with a key "id".

like image 334
Fogmeister Avatar asked Apr 30 '13 16:04

Fogmeister


1 Answers

Easymapping can do that. Take it here https://github.com/lucasmedeirosleite/EasyMapping

like image 178
Shmidt Avatar answered Oct 21 '22 15:10

Shmidt