i took backup of two models on Google app engine , one model is the parent of other, now i have downloaded the backup and reading the backup using
records.RecordsReader
as described in
http://blog.robert.je/post/google-app-engine-datastore-backups-part-2
however i can read individual entities only. How can i get the child of an entity from the backup data?